index
:
stable-diffusion-webui-gfx803.git
master
stable-diffusion-webui by AUTOMATIC1111 with patches for gfx803 GPU and Dockerfile
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
extensions.py
Age
Commit message (
Expand
)
Author
2023-11-11
fix
wfjsw
2023-11-11
allow comma and whitespace as separator
wfjsw
2023-11-11
reverse the extension load order so builtin extensions load earlier natively
wfjsw
2023-11-11
implementing script metadata and DAG sorting mechanism
wfjsw
2023-08-09
split shared.py into multiple files; should resolve all circular reference im...
AUTOMATIC1111
2023-08-04
--disable-all-extensions --disable-extra-extensions
w-e-w
2023-07-26
fix check for updates status always "unknown"
w-e-w
2023-07-25
catch exception for non git extensions
w-e-w
2023-07-15
cache git extension repo information
AUTOMATIC1111
2023-06-13
Use os.makedirs(..., exist_ok=True)
Aarni Koskela
2023-05-31
rename print_error to report, use it with together with package name
AUTOMATIC
2023-05-31
Merge branch 'dev' into report-error
AUTOMATIC1111
2023-05-29
Add & use modules.errors.print_error where currently printing exception info ...
Aarni Koskela
2023-05-29
Patch GitPython to not use leaky persistent processes
Aarni Koskela
2023-05-21
revert git describe --always --tags for extensions because it seems to be cau...
AUTOMATIC
2023-05-16
add visual progress for extension installation from URL
AUTOMATIC
2023-05-15
update extensions table: show branch, show date in separate column, and show ...
AUTOMATIC
2023-05-15
load extensions' git metadata in parallel to loading the main program to save...
AUTOMATIC
2023-05-10
F401 fixes for ruff
AUTOMATIC
2023-05-10
imports cleanup for ruff
AUTOMATIC
2023-03-29
Better checking of extension state from Git info
space-nuko
2023-03-29
Save/restore working webui/extension configs
space-nuko
2023-03-27
Make disable configurable between builtin/extra extensions
space-nuko
2023-03-27
Add temporary "disable all extensions" option for debugging use
space-nuko
2023-03-27
do not read extensions' git stuff at startup
AUTOMATIC
2023-03-25
add missing extensions_dir, extensions_builtin_dir to extensions.py
AUTOMATIC
2023-03-25
split commandline args into its own file
AUTOMATIC
2023-02-25
git 3.1.30 api change
Adam Huganir
2023-02-19
display 8 (rather than 7) characters of the extension commit hash in the inst...
AUTOMATIC
2023-02-13
add version to extensions table
Vladimir Mandic
2023-01-27
create user extensions directory if not exists
Max Audron
2023-01-27
add data-dir flag and set all user data directories based on it
Max Audron
2022-12-03
add built-in extension system
AUTOMATIC
2022-11-12
Fix: `error: Your local changes to the following files would be overwritten b...
Mrau Hu
2022-11-12
make existing script loading and new preload code use same code for loading m...
AUTOMATIC
2022-11-08
Add option to preload extensions
d8ahazard
2022-11-05
do not die when an extension's repo has no remote
AUTOMATIC
2022-10-31
fix scripts I broke with the extension tab changes
AUTOMATIC
2022-10-31
add initial version of the extensions tab
AUTOMATIC