Skip to content
代码片段 群组 项目
未验证 提交 65b973ac 编辑于 作者: supersteve3d's avatar supersteve3d 提交者: GitHub
浏览文件

Update shared.py

Correct typo to "Unload VAE and CLIP from VRAM when training" in settings tab.
上级 6be32b31
No related branches found
No related tags found
无相关合并请求
......@@ -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"), {
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册