這是一個用於生成Loop Video的工作流。因為我使用首尾幀時發現,當首幀與尾幀的圖片都是一樣時,影片動態感時常過於保守,所以我改變了生成流程。
這個工作流的原理是,先用上傳的圖片生成一段影片,將其平分成兩段,分成A影片與B影片,並用B影片的尾幀當作C影片的首幀,用A影片的首幀當作C影片的尾幀,並將影片以B->C->A的方式拼接,這樣就避免使用同張圖當作首尾幀而出現動態太過保守的問題。
不過實際上,這沒能突破I2V的限制,我只能使用圖片當作首尾幀,最後拚接有可能出現動態不同的情況,這我沒辦法很好解決。
同時工作流也支持使用已經生成過的影片,將其分兩段並生成循環過度幀。
This is a workflow for generating loop videos. When using the first and last frames, I found that if both frames were identical, the video's dynamic feel often became overly conservative. Therefore, I modified the generation process.
The principle of this workflow is to first generate a video from the uploaded image, divide it into two equal segments—Video A and Video B—then use the final frame of Video B as the opening frame of Video C and the opening frame of Video A as the closing frame of Video C. The videos are then stitched together in the order B->C->A. This approach avoids the overly conservative motion that occurs when using the same image for both the first and last frames.
However, in practice, this doesn't overcome the limitations of I2V. I'm still restricted to using images for the first and last frames, which means the final stitched video may exhibit inconsistent motion. This is an issue I haven't been able to resolve effectively.
The workflow also supports using pre-generated videos, splitting them into two segments and generating looping transition frames.
Description
Looking forward to receiving questions and making revisions.
The model you need:
ComfyUI/
└── models/
├── diffusion_models/
│ ├── DasiwaWAN22I2V14BTastysinV8_q8High.gguf
│ └── DasiwaWAN22I2V14BTastysinV8_q8Low.gguf
│
├── vae/
│ └── wan_2.1_vae.safetensors
│
├── text_encoders/
│ └── umt5_xxl_fp8_e4m3fn_scaled.safetensors
│
└── upscale_models/
└── RealESRGAN_x2.pth
https://civitai.com/models/2269796--> Wan 2.2 I2V GGUF
https://huggingface.co/Wan-AI/Wan2.1-T2V-14B/tree/main -->VAE2.1
https://huggingface.co/ai-forever/Real-ESRGAN/tree/main --> Upscale Model
The custom node you need:
ComfyUI-KJNodes
ComfyUI-ReservedVRAM
Comfyui-Memory_Cleanup
WhiteRabbit
rgthree-comfy
ComfyUI-Easy-Use
ComfyUI-GGUF
ComfyUI-VideoHelperSuite