how to add colab another model? #864
Replies: 2 comments
-
Add the wget command to the colab including the model source and destination paths. Here are some examples. !wget -c https://civitai.com/api/download/models/130072 -O ./models/checkpoints/realisticVisionV51_v51VAE.ckpt Note the different formatting needed for Civit vs. Huggingface, and the exclamation point at the beginning is needed for the notebook to process the command. You can also simply click the folder icon on the left side of the colab screen, expand out to the target folder, and click the ... to upload a file manually, but you'll have to do this every session. Adding the commands above and saving the notebook allows you to have the new models every time you run it again. Hope this helps! |
Beta Was this translation helpful? Give feedback.
-
Quick video here on it: https://www.youtube.com/watch?v=E37Tdcx2DyA |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
how to add colab another model?
Beta Was this translation helpful? Give feedback.
All reactions