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