hollowstrawberry/kohya-colab

Custom model URL error

Opened this issue · 4 comments

I've tried uploading a model to Huggingface, Drive and downloading directly from Civitai, but it seems like there's something else causing this error. Does anyone have any ideas?

Also been having this problem. Loaded the checkpoint into gdrive, linked that, and it worked. Tried it again today and it didn't work ( [error] cuid#8 .Civitai/Hugging Face links also dont work ( [error] cuid#7), maybe the API is protected.

If this happens please let me know what URL you tried using. It's usually because the model is protected from anonymous downloads on civitai/huggingface, or you're linking another website without a direct download.

You can now use a model in your google drive to train. The path must start like: /content/drive/MyDrive/

Hey thanks, I figured out I had to append "&token=API-KEY" and use the API-KEY obtained from civitai account, which worked. I also tried the new google path you added and works as well. But because I think the models are a lot larger than the regular diffusers models you have pre-loaded, it seems to stop at caching latents. Maybe because my free colab just doesnt have enough compute for it, not sure.