flux text2video workflow
SVD1.1: stabilityai/stable-video-diffusion-img2vid-xt-1-1 · Hugging Face
Adjust the value of min_cfg for better results, recommended value: 1-5
min_cfg: The min_cfg parameter specifies the minimum conditioning guidance scale to be applied, serving as the starting point for the linear scale adjustment. It plays a key role in determining the lower bound of the guidance scale, influencing the model's output.
motion_bucket_id: An identifier for categorizing the type of motion to be applied in the video generation, aiding in the creation of dynamic and engaging videos.
augmentation_level: A parameter controlling the level of augmentation applied to the initial image, affecting the diversity and variability of the generated video frames.
Have fun~
Description
FAQ
Comments (10)
nice and clean workflow. you can create sharp videos with it, but without a loop, it makes less sense. Could you possibly add a loop?
set PingPong = true in the vhs node
@xu0831294 not that loop. i mean seamless loop, here is an example: https://www.reddit.com/r/blenderhelp/comments/n8lqhq/how_to_make_animations_loop_perfectly_120_frames/
With other workflows in this category, that's standard, but I can't tell you what the reason is.
@LeoDonBin You can try controlnet+svd generation. Using SVD alone to generate videos is uncontrollable, and generating videos longer than 1 second can easily lead to confusing results.
what setup are you running it on?
my first txt2vid workflow that success. is it possible just create img2vid with this workflow?
This workflow can simply implement txt2vid, but it is not controllable enough and does not support generating stable videos longer than 2 seconds...
a 2 seconds video with img2video workflow, is it possible?
The anything anywhere node makes knots into my brain :'3
I get an error:
VAEDecode
Expected 3D (unbatched) or 4D (batched) input to conv2d, but got input of size: [1, 16, 1, 144, 104]
Anyone got a solution?