mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-06-15 20:39:48 +08:00
Mark DualModelGuider as experimental (#14262)
This commit is contained in:
parent
24f9a020ce
commit
f69225df24
@ -951,6 +951,7 @@ class DualModelGuider(io.ComfyNode):
|
|||||||
node_id="DualModelGuider",
|
node_id="DualModelGuider",
|
||||||
display_name="Dual Model CFG Guider",
|
display_name="Dual Model CFG Guider",
|
||||||
category="model/sampling/guiders",
|
category="model/sampling/guiders",
|
||||||
|
is_experimental=True,
|
||||||
inputs=[
|
inputs=[
|
||||||
io.Model.Input("model", tooltip="Model used for the positive (conditional) pass."),
|
io.Model.Input("model", tooltip="Model used for the positive (conditional) pass."),
|
||||||
io.Model.Input("model_negative", optional=True, tooltip="Model used for the negative (unconditional) pass. Use the same model for ordinary CFG."),
|
io.Model.Input("model_negative", optional=True, tooltip="Model used for the negative (unconditional) pass. Use the same model for ordinary CFG."),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user