Skip to content

Commit 3c76203

Browse files
Fix mistake.
1 parent e59dcc0 commit 3c76203

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

video/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ fps: The higher the fps the less choppy the video will be.
2828

2929
augmentation level: The amount of noise added to the init image, the higher it is the less the video will look like the init image. Increase it for more motion.
3030

31-
VideoLinearCFGGuidance: This node improves sampling for these video models a bit, what it does is linearly scale the cfg across the different frames. In the above example the first frame will be cfg 2.5 (the cfg set in the sampler) the middle frame 1.75 and the last frame 1.0 (the min_cfg in the node).
31+
VideoLinearCFGGuidance: This node improves sampling for these video models a bit, what it does is linearly scale the cfg across the different frames. In the above example the first frame will be cfg 1.0 (the min_cfg in the node) the middle frame 1.75 and the last frame 2.5. (the cfg set in the sampler). This way frames further away from the init frame get a gradually higher cfg.

0 commit comments

Comments
 (0)