| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|\
| |
| | |
Fix for API running unwanted alwayson scripts
|
| |
| |
| |
| | |
will be initialized on the first api request and then reused afterwards. The init_script_args copies the corresponding default list and applies the modifications asked by the api request.
|
| |
| |
| |
| |
| |
| | |
scriptrunner of alwayson_scripts and only add back the ones that that were requested"
This reverts commit dfa258de5f87ea7f5ff49e29ddf6e7b34ff8ebff.
|
| |
| |
| |
| | |
This reverts commit f04bd037a51de3c65072581d9a7dfed1d0d2887e.
|
| | |
|
| |
| |
| |
| | |
alwayson_scripts and only add back the ones that that were requested
|
|\ \
| | |
| | | |
Transfer generation parameters to previews
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | | |
Make extra networks button togglable
|
| |\| | |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
feat: try sort as ignore-case
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
by ChatGPT
|
| | | | |
| | | | |
| | | | |
| | | | | |
https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/8368
|
| | | | | |
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Fix padding on accordion/dropdown list elements
|
| | |_|/ /
| |/| | | |
|
|/ / / /
| | | |
| | | |
| | | | |
upscaler is not found
|
| | | | |
|
|\ \ \ \ |
|
| | | | |
| | | | |
| | | | |
| | | | | |
make launch.py use the same command line argument parser as the main program
|
| | | | | |
|
| | | | | |
|
| |\ \ \ \
| | | | | |
| | | | | | |
Custom height and width settings for Extra Networks cards
|
| | |\ \ \ \ |
|
| | | | | | | |
|
| |\ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
api error handler
|
| | | |_|_|_|/
| | |/| | | | |
|
| | | | | | | |
|
| |\ \ \ \ \ \
| | | |_|/ / /
| | |/| | | | |
|
| | |\ \ \ \ \
| | | | | | | |
| | | | | | | | |
Unload and re-load checkpoint to VRAM on request (API & Manual)
|
| | | |/ / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
…to free VRAM.
New Action buttons in the settings to manually free and reload checkpoints, essentially
juggling models between RAM and VRAM.
|
| | |\ \ \ \ \
| | | | | | | |
| | | | | | | | |
Move `load_file_from_url` import
|
| | | |/ / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Why?
one of the internal calls of `load_file_from_url` import cv2, which locks the cv2 site-package, which extensions may (and in our case, is) breaking the installation of some libraries. The base project should be limiting its import of unnecessary libraries when possible during the installation phase.
|
| | |\ \ \ \ \
| | | | | | | |
| | | | | | | | |
Fix scripts load order
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
- 1st webui, 2nd extensions-builtin, 3rd extensions
- to load scripts independent of --data-dir
- change load order key [x.basedir, x.filename, x.path] to [orderby(x.basedir), x.filename, x.path]
e.g., scripts/xyz_grid.py dependent extentions should loaded later
extensions\sd-webui-controlnet\scripts\xyz_grid_support.py
extensions\sd-webui-additional-networks\scripts\xyz_grid_support.py
|
| | | |/ / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
- 1st webui, 2nd extensions-builtin, 3rd extensions
- to load scripts independent of --data-dir
- change load order key [x.basedir, x.filename, x.path] to [orderby(x.basedir), x.filename, x.path]
e.g., scripts/xyz_grid.py dependent extentions should loaded later
extensions\sd-webui-controlnet\scripts\xyz_grid_support.py
extensions\sd-webui-additional-networks\scripts\xyz_grid_support.py
|
| | |\ \ \ \ \
| | | | | | | |
| | | | | | | | |
Add ability to display and/or save inpainting mask and masked composite
|
| | | |/ / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
For inpainting, this exposes the mask and masked composite and gives
the user the ability to display these in the web UI,
save to disk, or both.
|
| | |\ \ \ \ \
| | | | | | | |
| | | | | | | | |
fix variable typo
|
| | | |/ / / / |
|
| | |\ \ \ \ \
| | | | | | | |
| | | | | | | | |
Support git submodule for extension and Fix Windows PermissionError
|
| | | | | | | | |
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
I'm sorry I forgot.
|
| | | |/ / / /
| | | | | | |
| | | | | | |
| | | | | | | |
Add git submodule and Fix WinError
|