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