mirror of
https://github.com/wildminder/ComfyUI-VibeVoice.git
synced 2026-01-26 14:39:45 +00:00
Update vibevoice_nodes.py
Some people have reported better results at CFG 3.0 with lower steps. Eg: CFG 3.0 at 3 steps yields better results than 1.3cfg at 10 steps
This commit is contained in:
@@ -405,7 +405,7 @@ class VibeVoiceTTSNode:
|
||||
"tooltip": "Attention implementation: Eager (safest), SDPA (balanced), Flash Attention 2 (fastest), Sage (quantized)"
|
||||
}),
|
||||
"cfg_scale": ("FLOAT", {
|
||||
"default": 1.3, "min": 1.0, "max": 2.0, "step": 0.05,
|
||||
"default": 1.3, "min": 1.0, "max": 3.0, "step": 0.05,
|
||||
"tooltip": "Classifier-Free Guidance scale. Higher values increase adherence to the voice prompt but may reduce naturalness. Recommended: 1.3"
|
||||
}),
|
||||
"inference_steps": ("INT", {
|
||||
|
||||
Reference in New Issue
Block a user