- Hotfix: Fixed CivitAI link refuses to be downloaded properly. Seems like CivitAI changes its API.
- Fixed several bugs on Windows, especially SDless
Change since v3.0.0:
Release v3.1.1b
- Hotfix: Fixed CivitAI link refuses to be downloaded properly. Seems like CivitAI changes its API.
- Fixed several bugs on Windows, especially SDless
Release v3.1.1a
- Hotfix: Fixed CivitAI 'model type chooser' bug and fixed
@extract
bug on colab
Release v3.1.1
- Added some fix in case CivitAI website is down
- Added message when user pressed "Download All!" but the textbox is empty
- Fixed bug where Lycoris folder always shows on downloaded files the first time user download something
Release v3.1.0a
- Hotfix: Indented block on line 1497 fix
Release v3.1.0
- New hashtag:
#altmodel
, when you use--ckptdir
argument onlaunch.py
line, this hashtag will points to that directory. Otherwise, it'll point to the same directory as#model
- New hashtag:
#lycoris
, change current save directory to /content/stable-diffusion-webui/extensions/sd-webui-additional-networks/models/lora/lycoris
(Side note: Lycoris/Locon/Loha will works just fine if you use#addnetlora
instead, as long as you have both addnet extension and locon extension installed) - New hashtag:
#upscaler
, change current save directory to /content/stable-diffusion-webui/models/ESRGAN (This was added few commits ago, but i forgot to write it on the release notes)
Fixes:
- Fixed bug when installing wget/aria2 on Windows
- Fixed sdless scripts so that it also installs
tqdm
- Fixed bug where custom paths doesn't put CivitAi download (Model Path method) when custom hashtag is used
- Ongoing downloads will correctly stops when Cancel button is pressed on Windows
- CivitAi (Model Path method) now will not download training dataset by accident
Release v3.0.2
- Hotfix: removed a comment that messed up the non queue mode. Now the extension works again without
--gradio-queue
.
Release v3.0.1
- Hotfix: using
urllib.request
instead ofcurl -sI
to get the model name on CivitAI direct link method, since it's more reliable (and the curl method always fails somehow). Therequests
method is returned as a fallback.
Release v3.0.0
- Added
@extract
syntax - (Almost) Full Windows support
- Auto-download config file if available when downloading from CivitAI (SD 2.0+)
- Auto-renaming for downloading ckpt/safetensors and pruned model from CivitAI using direct link method
- CivitAI direct link now use
curl
to get the filename, and use the chosen download method (from the four) to download. Huge download speed boost.requests
is no longer needed. - Supports download from Anonfiles, Dropbox, Google Drive, Mediafire, Pixeldrain
- Supports download from Github (raw and release files)
- Supports for custom hashtags with
@new
syntax - Supports for SDless mode (read more here)
- UI overhaul:
- Now there's a table that shows where does the hashtags points into
- Option to stretch the UI, if your monitor is small, or using colab on mobile
- Option to hide help text
- Option to choose preferred CivitAI models. This will works if you download the model via model page link (https://civitai.com/models/)
- Upload txt now use a little button instead of covering half of the screen
Fixes:
- CivitAI
model page link
no longer randomly download the first model on the json list. - Most of Windows bugs
- Renaming problem when using CivitAI model page link method
- Warning message when CivitAI download isn't possible (server down)