Skip to content
Snippets Groups Projects
Commit c03ecab1 authored by Arkerthan's avatar Arkerthan
Browse files

Fix comfy base workflow with certain setting combinations

parent a0993350
No related branches found
No related tags found
1 merge request!12371Various AI image generation fixes
...@@ -239,7 +239,7 @@ App.Art.GenAI.ComfyUIWorkflow = class { ...@@ -239,7 +239,7 @@ App.Art.GenAI.ComfyUIWorkflow = class {
promptWorkflow[30].inputs.positive = ["8", 0]; promptWorkflow[30].inputs.positive = ["8", 0];
} }
if (V.aiDynamicCfgEnabled) { if (V.aiDynamicCfgEnabled) {
promptWorkflow[30].inputs.model[0] = "10"; promptWorkflow[30].inputs.model = ["10", 0];
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment