diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-07-13 14:51:04 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-13 14:51:04 +0300 |
commit | 262ec8ecdaf10d8fe49d0227e24bd3a1459e87b5 (patch) | |
tree | c4ce7521adae9c2893a44461ea54a71548d4a343 /modules/shared.py | |
parent | ed0512c76f88a4fb9442343423ad18fc18909bbd (diff) | |
parent | 75f56406cede0095eb0e5dcc4e0d5759063e89dc (diff) | |
download | stable-diffusion-webui-gfx803-262ec8ecdaf10d8fe49d0227e24bd3a1459e87b5.tar.gz |
Merge pull request #11707 from wfjsw/revert-11244
Revert #11244
Diffstat (limited to 'modules/shared.py')
-rw-r--r-- | modules/shared.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/shared.py b/modules/shared.py index b7518de6..48478a68 100644 --- a/modules/shared.py +++ b/modules/shared.py @@ -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"), {
|