Fix: seed control_after_generate Widget in allen Workflows
ComfyUI fügt nach jedem seed-INT-Widget automatisch ein control_after_generate Combo-Widget ein. Ohne diesen Slot in widgets_values waren temperature, cfg_coef und top_k um eine Position verschoben (cfg_coef zeigte 250 statt 3.0). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
e44f4368af
commit
9c9752e884
3 changed files with 5 additions and 0 deletions
|
|
@ -20,6 +20,7 @@
|
|||
30.0,
|
||||
"facebook/musicgen-stereo-medium",
|
||||
0,
|
||||
"fixed",
|
||||
0.9,
|
||||
5.0,
|
||||
250,
|
||||
|
|
@ -75,6 +76,7 @@
|
|||
"fast sword swing whoosh attack sound effect combat",
|
||||
2.0,
|
||||
0,
|
||||
"fixed",
|
||||
1.0,
|
||||
4.0,
|
||||
250
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@
|
|||
5.0,
|
||||
"facebook/musicgen-stereo-medium",
|
||||
0,
|
||||
"fixed",
|
||||
1.0,
|
||||
3.0,
|
||||
250
|
||||
|
|
@ -77,6 +78,7 @@
|
|||
30.0,
|
||||
"facebook/musicgen-stereo-medium",
|
||||
0,
|
||||
"fixed",
|
||||
1.0,
|
||||
3.0,
|
||||
250,
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@
|
|||
"fast sword swing whoosh attack sound effect combat",
|
||||
2.0,
|
||||
0,
|
||||
"fixed",
|
||||
1.0,
|
||||
4.0,
|
||||
250
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue