Download models from Civitai.com directly to Google Drive #2016
Replies: 5 comments 12 replies
-
you can use the "model download" cell to download any model directly to your gdrive, it is all integrated in the notebook |
Beta Was this translation helpful? Give feedback.
-
I did that on purpose to avoid filling up gdrive space |
Beta Was this translation helpful? Give feedback.
-
I have another solution for that that is far more elegant, have a look here! #2018 It is using this colab notebook |
Beta Was this translation helpful? Give feedback.
-
There's also this tool, a 'Download, Upload, File Manager for "AUTO111 SD WebUI" and Google Colab' which you may find to be of use. |
Beta Was this translation helpful? Give feedback.
-
the simplest way is to use this line of code after you have connected to the drive why it does one of the above at random is a mystery |
Beta Was this translation helpful? Give feedback.
-
So I have been experimenting with ChatGPT recently and I got this idea. I see a lot of amazing models on Civitai and wanted a way to download them directly to Google Drive. Before that, I had to download them to my pc and then upload them to drive (this took like forever). Anyways, I worked around and got this script. I added some models that I found amazing. You can add your favorite model url and name (like Dreamshaper.safetensors) in input field and click add file. It will temporarily add it and show it. Select the checkbox, click download and it will automatically download it in the respective folder. However, there are some issues, this is a temporary thing. Next time you run the cell, it is gone. So, you have to add it again. (Another way to make it permanent is you can add manually in the lists, which I find irritating). I couldn't figure it out how it can be made permanent. With that, I mean when user add model url and name, it should be added to file name and file url list automatically. Hope TheLastBen can fix it. It's a cool feature for me, and hopefully for many others. Here is the code:
Beta Was this translation helpful? Give feedback.
All reactions