mirror of
https://github.com/wildminder/ComfyUI-VibeVoice.git
synced 2026-05-01 04:01:37 +00:00
Merge pull request #43 from RodriMora/patch-1
Update vibevoice_nodes.py
This commit is contained in:
@@ -405,7 +405,7 @@ class VibeVoiceTTSNode:
|
|||||||
"tooltip": "Attention implementation: Eager (safest), SDPA (balanced), Flash Attention 2 (fastest), Sage (quantized)"
|
"tooltip": "Attention implementation: Eager (safest), SDPA (balanced), Flash Attention 2 (fastest), Sage (quantized)"
|
||||||
}),
|
}),
|
||||||
"cfg_scale": ("FLOAT", {
|
"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"
|
"tooltip": "Classifier-Free Guidance scale. Higher values increase adherence to the voice prompt but may reduce naturalness. Recommended: 1.3"
|
||||||
}),
|
}),
|
||||||
"inference_steps": ("INT", {
|
"inference_steps": ("INT", {
|
||||||
|
|||||||
Reference in New Issue
Block a user