From 9c9752e88422d0e60740a65094d4717a1400c69b Mon Sep 17 00:00:00 2001 From: Andre Date: Sat, 21 Mar 2026 16:06:44 +0100 Subject: [PATCH] Fix: seed control_after_generate Widget in allen Workflows MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- comfyui-audio/workflow_game_audio.json | 2 ++ comfyui-audio/workflow_music.json | 2 ++ comfyui-audio/workflow_sfx.json | 1 + 3 files changed, 5 insertions(+) diff --git a/comfyui-audio/workflow_game_audio.json b/comfyui-audio/workflow_game_audio.json index d9df565..8a501a9 100644 --- a/comfyui-audio/workflow_game_audio.json +++ b/comfyui-audio/workflow_game_audio.json @@ -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 diff --git a/comfyui-audio/workflow_music.json b/comfyui-audio/workflow_music.json index ecfe12f..d6c1ea7 100644 --- a/comfyui-audio/workflow_music.json +++ b/comfyui-audio/workflow_music.json @@ -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, diff --git a/comfyui-audio/workflow_sfx.json b/comfyui-audio/workflow_sfx.json index d78ed2a..7d0bc1e 100644 --- a/comfyui-audio/workflow_sfx.json +++ b/comfyui-audio/workflow_sfx.json @@ -19,6 +19,7 @@ "fast sword swing whoosh attack sound effect combat", 2.0, 0, + "fixed", 1.0, 4.0, 250