| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
add support for adding upscalers in extensions
move LDSR, ScuNET and SwinIR to built-in extensions
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
modules
limit extension preload scripts to just one file named preload.py
|
|
|
|
| |
By creating a file called "preload.py" in an extension folder and declaring a preload(parser) method, we can add extra command-line args for an extension.
|
| |
|
| |
|
|
fix broken Restart Gradio button
|