fast-stable-diffusion
fast-stable-diffusion copied to clipboard
Colab - please add ControlNet model folder path
I would like to help skip the re-download process which takes several minutes. Would it be possible to add a folder path just like the ckpt folder path (or check in the same ckpt folder path to make things even more simple?)?
Thanks
the models are downloaded to your gdrive, I don't think they redownload if they already exist
So, I looked at it twice and it's the git pull in the else at the bottom of this section. Is this required to do each time? Could I just comment it out when I don't need to update?
with capture.capture_output() as cap: %cd /content/gdrive/MyDrive/sd/stable-diffusion-webui/extensions if not os.path.exists("sd-webui-controlnet"): !git clone https://github.com/Mikubill/sd-webui-controlnet.git %cd /content else: %cd sd-webui-controlnet !git pull %cd /content
Yes you can just comment it out