@Dr. Furkan Gözükara I am running your Gradio app from this post: https://www.patreon.com/posts/9575
@Dr. Furkan Gözükara I am running your Gradio app from this post: https://www.patreon.com/posts/95759342
I have downloaded some custom models from civitai in one of the notebook cells like so:
Then, in the gradio app, in the custom model path field, I list that file:
When I try to generate the image, I got this error:
Do you know what could be going on there?
I have downloaded some custom models from civitai in one of the notebook cells like so:
!wget "https://civitai.com/api/download/models/125771" -O /kaggle/temp/toon.safetensorsThen, in the gradio app, in the custom model path field, I list that file:
/kaggle/temp/toon.safetensorsWhen I try to generate the image, I got this error:
ValueError: The provided pretrained_model_name_or_path "/kaggle/temp/toon.safetensors" is neither a valid local path nor a valid repo id. Please check the parameter.Do you know what could be going on there?



