add qwen-image-layered

Signed-off-by: vladmandic <mandic00@live.com>
This commit is contained in:
vladmandic
2025-12-22 21:24:27 +01:00
parent a78a99f0ff
commit 2a33d9f1a8
4 changed files with 21 additions and 1 deletions
+2
View File
@@ -185,6 +185,8 @@ 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_layers": OptionInfo(2, "Qwen layered number of layers", gr.Slider, {"minimum": 2, "maximum": 9, "step": 1 }),
}))
options_templates.update(options_section(('offload', "Model Offloading"), {