Update shared.py

Correct typo to "Unload VAE and CLIP from VRAM when training" in settings tab.
master
supersteve3d 3 years ago committed by GitHub
parent 6be32b31d1
commit 65b973ac4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -229,7 +229,7 @@ options_templates.update(options_section(('system', "System"), {
}))
options_templates.update(options_section(('training', "Training"), {
"unload_models_when_training": OptionInfo(False, "Unload VAE and CLIP form VRAM when training"),
"unload_models_when_training": OptionInfo(False, "Unload VAE and CLIP from VRAM when training"),
}))
options_templates.update(options_section(('sd', "Stable Diffusion"), {

Loading…
Cancel
Save