-
Notifications
You must be signed in to change notification settings - Fork 61
Main Syntax
-
Hashtag means change current output directory to this directory.
#model
means every links below this hashtag, will be downloaded to /content/stable-diffusion-webui/models/Stable-diffusion, until it hits another hashtag, which will change the output directory again. See here for valid hashtags.Note: If you use some colab that purposefully uses
sd-webui-additional-networks
extension to load Lora, use#addnetlora
instead of#lora
. It will download the lora to where it supposed to be.
-
Links are the main things you wants to be downloaded. Current supported links are from:
- Huggingface (https://huggingface.co/)
- MEGA (https://mega.nz/) {using
mega-cmd
} - CivitAI (https://civitai.com/)
- Discord attachments (https://cdn.discordapp.com/attachments/)
- catbox (https://files.catbox.moe)
- Github (https://github.com or https://raw.githubusercontent.com)
- Google Drive (https://drive.google.com) {using
gdown
} - Pixeldrain (https://pixeldrain.com/u/)
- Mediafire (https://www.mediafire.com/file) {using
mediafire-dl
} - anonfiles (https://anonfiles.com)
Every links other than that will be ignored. Keep in mind the only supported links are direct download links (see here). For Huggingface, Civitai (model page link method), Discord attachments, catbox, pixeldrain, and anonfiles, there will be four different method of downloading offered (see here). For MEGA, it will use
mega-cmd
to download. For Github, if, the link is a raw file, it will download the file. Else, it will usegit clone
, useful to clone extension repo into the webui extension folder.More about CivitAI download method here.
- Double hashtag means comment. You can put double hashtag in the same line of the link and it will be ignored (keep in mind to put the link first then the double hashtag)
- Other texts will be ignored.