mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-08-04 03:10:21 +00:00
Revert Pull Request #11244
Revert "Add github mirror for the download extension" This reverts commit9ec2ba2d28
. Revert "Update code style" This reverts commitde022c4c80
. Revert "Update call method" This reverts commite9bd18c57b
. Revert "move github proxy to settings, System page." This reverts commit4981c7d370
.
This commit is contained in:
@@ -391,7 +391,6 @@ options_templates.update(options_section(('system', "System"), {
|
||||
"print_hypernet_extra": OptionInfo(False, "Print extra hypernetwork information to console."),
|
||||
"list_hidden_files": OptionInfo(True, "Load models/files in hidden directories").info("directory is hidden if its name starts with \".\""),
|
||||
"disable_mmap_load_safetensors": OptionInfo(False, "Disable memmapping for loading .safetensors files.").info("fixes very slow loading speed in some cases"),
|
||||
"github_proxy": OptionInfo("None", "Github proxy", ui_components.DropdownEditable, lambda: {"choices": ["None", "ghproxy.com", "hub.yzuu.cf", "hub.njuu.cf", "hub.nuaa.cf"]}).info("for custom inputs will just replace github.com with the input"),
|
||||
}))
|
||||
|
||||
options_templates.update(options_section(('training', "Training"), {
|
||||
|
Reference in New Issue
Block a user