mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-02-20 06:41:40 -08:00
change hypernets to use sha256 hashes
This commit is contained in:
parent
a95f135308
commit
f9ac3352cb
4 changed files with 26 additions and 19 deletions
|
|
@ -361,6 +361,7 @@ options_templates.update(options_section(('system', "System"), {
|
|||
"memmon_poll_rate": OptionInfo(8, "VRAM usage polls per second during generation. Set to 0 to disable.", gr.Slider, {"minimum": 0, "maximum": 40, "step": 1}),
|
||||
"samples_log_stdout": OptionInfo(False, "Always print all generation info to standard output"),
|
||||
"multiple_tqdm": OptionInfo(True, "Add a second progress bar to the console that shows progress for an entire job."),
|
||||
"print_hypernet_extra": OptionInfo(False, "Print extra hypernetwork information to console."),
|
||||
}))
|
||||
|
||||
options_templates.update(options_section(('training', "Training"), {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue