I want to use different sdxl model, not base.
When I gave path to its safetensors in app.py file from gradio folder, it gave me error that model_index.json file is not available.
After I download entire hugging face repository of copaxsdxlv10.
Even after it is still not running. giving me errors that many .bin files are not available.
I think it is still looking for files based on sdxl base repository.
I can download sdxl base repository, but it contains unnecessary weights, and many more file. unable to understand which files are required.
How can I use this with gradio.
this is app.py from gradio folder.

this is copax sdxl folder

this is the error

there is model present.

Is there any advance version or model or technique developed similar to CSGO for sdxl.
If available i can use that.
Thank you.
I want to use different sdxl model, not base.
When I gave path to its safetensors in app.py file from gradio folder, it gave me error that model_index.json file is not available.
After I download entire hugging face repository of copaxsdxlv10.
Even after it is still not running. giving me errors that many .bin files are not available.
I think it is still looking for files based on sdxl base repository.
I can download sdxl base repository, but it contains unnecessary weights, and many more file. unable to understand which files are required.
How can I use this with gradio.
this is app.py from gradio folder.

this is copax sdxl folder
this is the error
there is model present.
Is there any advance version or model or technique developed similar to CSGO for sdxl.
If available i can use that.
Thank you.