-
Notifications
You must be signed in to change notification settings - Fork 61
Valid Hashtags
#model
, #models
, #checkpoint
, or #checkpoints
will put the downloaded file to /content/stable-diffusion-webui/models/Stable-diffusion
#embedding
, #embeddings
, #embed
, #embeds
, #textualinversion
, or #ti
will put the downloaded file to /content/stable-diffusion-webui/embeddings
#vae
or #vaes
will put the downloaded file to /content/stable-diffusion-webui/models/VAE
#hypernetwork
, #hypernetworks
, #hypernet
, #hypernets
, #hynet
, or #hynets
will put the downloaded file to /content/stable-diffusion-webui/models/hypernetworks
#lora
or #loras
will put the downloaded file to /content/stable-diffusion-webui/models/Lora
#addnetlora
, #loraaddnet
, #additionalnetworks
, or #addnet
will put the downloaded file to /content/stable-diffusion-webui/extensions/sd-webui-additional-networks/models/lora
#aestheticembedding
or #aestheticembed
will put the downloaded file to content/stable-diffusion-webui/extensions/stable-diffusion-webui-aesthetic-gradients/aesthetic_embeddings
#controlnet
or #cnet
will put the downloaded file to /content/stable-diffusion-webui/extensions/sd-webui-controlnet/models
#upscale
or #upscaler
will put the downloaded file to /content/stable-diffusion-webui/models/ESRGAN
#lycoris
, #locon
, or #loha
will put the downloaded file to /content/stable-diffusion-webui/extensions/sd-webui-additional-networks/models/lora/lycoris
#altmodel
or #altmodels
will put the downloaded file to the path you choose when using --ckptdir
argument on launch.py
line. If you didn't use that argument, this hashtag will points to the same directory as #model
Lycoris/Locon/Loha will works just fine if you use #addnetlora
instead, as long as you have both addnet extension and locon extension installed. It's unclear if it's can be loaded by native auto1111 lora. (Tell me if you know more about this.)
Github links (if it does not contain /raw/
or /release/download/
in it) doesn't need hashtag. It will always considered as webui extension, and the repository will be cloned to /content/stable-diffusion-webui/extensions/(reponame)