mirror of
https://github.com/vladmandic/automatic
synced 2026-09-10 14:58:44 +02:00
Merge branch 'dev' of https://github.com/vladmandic/sdnext into dev
This commit is contained in:
+1
-1
@@ -199,7 +199,7 @@ options_templates.update(options_section(('model_options', "Model Options"), {
|
||||
"model_wan_boundary": OptionInfo(0.85, "Stage boundary ratio", gr.Slider, {"minimum": 0, "maximum": 1.0, "step": 0.05 }),
|
||||
"model_chrono_sep": OptionInfo("<h2>ChronoEdit</h2>", "", gr.HTML),
|
||||
"model_chrono_temporal_steps": OptionInfo(0, "Temporal steps", gr.Slider, {"minimum": 0, "maximum": 50, "step": 1 }),
|
||||
"model_qwen_layer_sep": OptionInfo("<h2>WanAI</h2>", "", gr.HTML),
|
||||
"model_qwen_layer_sep": OptionInfo("<h2>Qwen layered</h2>", "", gr.HTML),
|
||||
"model_qwen_layers": OptionInfo(2, "Qwen layered number of layers", gr.Slider, {"minimum": 2, "maximum": 9, "step": 1 }),
|
||||
}))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user