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:
RodriMora
2025-09-08 17:07:32 +02:00
committed by GitHub
parent 06f72b88a2
commit 5f7eb9b57e

View File

@@ -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", {