Mark DualModelGuider as experimental (#14262)

This commit is contained in:
comfyanonymous 2026-06-03 08:55:18 -07:00 committed by GitHub
parent 24f9a020ce
commit f69225df24
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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."),