Fabrice-TIERCELIN commited on
Commit
a9572d7
·
verified ·
1 Parent(s): 85840ec

Distilled CFG Scale=10.0

Browse files
Files changed (1) hide show
  1. app_v2v.py +1 -1
app_v2v.py CHANGED
@@ -948,7 +948,7 @@ adapted from the official code repo [FramePack](https://github.com/lllyasviel/Fr
948
 
949
  # 20250506 pftq: Reduced default distilled guidance scale to improve adherence to input video
950
  cfg = gr.Slider(label="CFG Scale", minimum=1.0, maximum=32.0, value=1.0, step=0.01, info='Use this instead of Distilled for more detail/control + Negative Prompt (make sure Distilled set to 1). Doubles render time. Should not change.')
951
- gs = gr.Slider(label="Distilled CFG Scale", minimum=1.0, maximum=32.0, value=3.0, step=0.01, info='Prompt adherence at the cost of less details from the input video, but to a lesser extent than Context Frames; 3=blurred motions& & unsharped, 10=focus motion; changing this value is not recommended')
952
  rs = gr.Slider(label="CFG Re-Scale", minimum=0.0, maximum=1.0, value=0.0, step=0.01) # Should not change
953
 
954
 
 
948
 
949
  # 20250506 pftq: Reduced default distilled guidance scale to improve adherence to input video
950
  cfg = gr.Slider(label="CFG Scale", minimum=1.0, maximum=32.0, value=1.0, step=0.01, info='Use this instead of Distilled for more detail/control + Negative Prompt (make sure Distilled set to 1). Doubles render time. Should not change.')
951
+ gs = gr.Slider(label="Distilled CFG Scale", minimum=1.0, maximum=32.0, value=10.0, step=0.01, info='Prompt adherence at the cost of less details from the input video, but to a lesser extent than Context Frames; 3=blurred motions& & unsharped, 10=focus motion; changing this value is not recommended')
952
  rs = gr.Slider(label="CFG Re-Scale", minimum=0.0, maximum=1.0, value=0.0, step=0.01) # Should not change
953
 
954