Age | Commit message (Collapse) | Author |
|
save a ton of time during startup
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Support git submodule for extension and Fix Windows PermissionError
|
|
more stylistic changes
|
|
|
|
|
|
I'm sorry I forgot.
|
|
Add git submodule and Fix WinError
|
|
|
|
|
|
disabled extensions
|
|
|
|
|
|
Fix docker tmp/ and extensions/ handling for docker.
|
|
|
|
add support for adding upscalers in extensions
move LDSR, ScuNET and SwinIR to built-in extensions
|
|
|
|
symlinks
|
|
by merge` when run `pull()` method,
because WSL2 Docker set 755 file permissions instead of 644, this results to the error.
Updated `Extension` class: replaced `pull()` with `fetch_and_reset_hard()` method.
Updated `apply_and_restart()` function: replaced `ext.pull()` with `ext.fetch_and_reset_hard()` function.
|
|
|
|
list changed Settings keys in UI
do not print VRAM/etc stats everywhere but in calls that use GPU
|
|
Fixed for "Available" tab
|
|
|
|
|
|
|
|
fix broken Restart Gradio button
|