This workflow is to extend Wan 2.1 video generations endlessly without needing extra VRAM/RAM.
Had some questions on my extended facials videos, and unfortunately combining via ffmpeg strips out the workflow. This is a real hacky approach so not for beginners. It doesn't have to be used for facials only that's just what I refined for the loras and prompt, it could be for anything that has repeated action (endless cowgirl?).
Instructions:
STEP 1: Place your starting image in your /output directory, with no other images there
STEP 2: Set the incrementing integer to 0 in the input image loading stage
STEP 3: Queue as many iterations as you want, after 4 quality starts to degrade quickly
STEP 4: Confirm the sequential .mp4 files are in the output folder, and paste this ffmpeg script into the command line in that folder in order to concatenate them all into one large file:
(for %i in (*.mp4) do @echo file '%i') > mylist.txt
ffmpeg -f concat -safe 0 -i mylist.txt -c copy combined.mp4
If you get the "list index out of range" error then you forgot to reset the increment INT to 0
Any diffusion model or GGUF should work, including 480p. I am not able to fit 1280x720 on my 12GB VRAM but here are the resolutions I've had good luck with:
720P: 576x1024
480P: 480x832, 480x640, 360x480
TODO:
- Improve image batch logic so you don't have to reset to zero each time
- Concatenate video files in the workflow
Description
v1.0:
relies on manually resetting increment INT and manually combining videos with ffmpeg afterwards
FAQ
Looks like we don't have an active mirror for this file right now.
CivArchive is a community-maintained index — we catalog mirrors that volunteers upload to HuggingFace, torrents, and other public hosts. Looks like no one has uploaded a copy of this file yet.
Some files do get recovered over time through contributions. If you're looking for this one, feel free to ask in Discord, or help preserve it if you have a copy.