w-e-w
|
5ab7d08a0a
fix extention update when not on main branch
|
1 yıl önce |
AUTOMATIC1111
|
c4664b5a9c
fix for listing wrong requirements for extensions
|
1 yıl önce |
AUTOMATIC1111
|
79cbc92abf
change code for variant requirements in metadata.ini
|
1 yıl önce |
Andray
|
b1cd0189bc
allow variants for extension name in metadata.ini
|
1 yıl önce |
AUTOMATIC1111
|
5bd2724765
Merge pull request #15205 from AUTOMATIC1111/callback_order
|
1 yıl önce |
Andray
|
b980c8140b
featch only active branch updates for extensions
|
1 yıl önce |
AUTOMATIC1111
|
2f55d669a2
add support for specifying callback order in metadata
|
1 yıl önce |
AUTOMATIC1111
|
0411eced89
add names to callbacks
|
1 yıl önce |
Andray
|
b6dc307c99
fix_extension_check_for_requirements
|
1 yıl önce |
Aarni Koskela
|
d9034b48a5
Avoid unnecessary `isfile`/`exists` calls
|
1 yıl önce |
AUTOMATIC1111
|
9b471436b2
rework extensions metadata: use custom sorter that doesn't mess the order as much and ignores cyclic errors, use classes with named fields instead of dictionaries, eliminate some duplicated code
|
1 yıl önce |
wfjsw
|
bde439ef67
use metadata.ini for meta filename
|
1 yıl önce |
wfjsw
|
48d6102b31
fix
|
1 yıl önce |
wfjsw
|
520e52f846
allow comma and whitespace as separator
|
1 yıl önce |
wfjsw
|
bc1a450124
reverse the extension load order so builtin extensions load earlier natively
|
1 yıl önce |
wfjsw
|
0fc7dc1c04
implementing script metadata and DAG sorting mechanism
|
1 yıl önce |
AUTOMATIC1111
|
386245a264
split shared.py into multiple files; should resolve all circular reference import errors related to shared.py
|
2 yıl önce |
w-e-w
|
bbfff771d7
--disable-all-extensions --disable-extra-extensions
|
2 yıl önce |
w-e-w
|
b8a903efbe
fix check for updates status always "unknown"
|
2 yıl önce |
w-e-w
|
fee593a07f
catch exception for non git extensions
|
2 yıl önce |
AUTOMATIC1111
|
510e5fc8c6
cache git extension repo information
|
2 yıl önce |
Aarni Koskela
|
165ab44f03
Use os.makedirs(..., exist_ok=True)
|
2 yıl önce |
AUTOMATIC
|
05933840f0
rename print_error to report, use it with together with package name
|
2 yıl önce |
AUTOMATIC1111
|
52b8752e62
Merge branch 'dev' into report-error
|
2 yıl önce |
Aarni Koskela
|
00dfe27f59
Add & use modules.errors.print_error where currently printing exception info by hand
|
2 yıl önce |
Aarni Koskela
|
77a10c62c9
Patch GitPython to not use leaky persistent processes
|
2 yıl önce |
AUTOMATIC
|
696f16e901
revert git describe --always --tags for extensions because it seems to be causing issues
|
2 yıl önce |
AUTOMATIC
|
3d76eabbca
add visual progress for extension installation from URL
|
2 yıl önce |
AUTOMATIC
|
a47abe1b7b
update extensions table: show branch, show date in separate column, and show version from tags if available
|
2 yıl önce |
AUTOMATIC
|
0d2a4b608c
load extensions' git metadata in parallel to loading the main program to save a ton of time during startup
|
2 yıl önce |