Shoot ENTIRE MOVIES with this FREE AI WORKFLOW!
🕑 Added 2025-05-01 11:55:27 +0000 UTCThank you so much for your support and making these videos possible. ❤️
You can download the Advanced Video Workflow below. I also included the simple SDXL img2img+ ControlNet workflow that I used to turn the images into anime style.
I've also prepared a folder with example images, character LoRAs, and datasets.
The images include metadata so you can see exactly how we created the images and videos.
🚩 If you need anything else, please let me know on our Discord server!
CHANGE LOG
05/15/2025. Just updated the workflow to work with the new ComfyUI frontend. Use v02!
ComfyUI version: 0.3.34
ComfyUI frontend version: 1.18.10
Comments
Vanlier Scott
For this workflow, why is the KSampler taking so long to complete! It takes a total of 2 hrs to complete a video masking edit for this workflow & I have a 5090 gpu! It shouldn’t be that long! I maybe doing something wrong! Any help would be appreciated! Thanks ! Also if there is a better video masking workflow, let me know! Thanks
Emirhan Kaplan
patreon -> settings -> connected apps -> discord
Jayson King
Hi all, how do we join the discord? is there a link? i know DMs here aren't answered and im looking for tips on how to get the final output to actually follow the control net, everything is setup and runs through, but the control net seems to have very little / no influence.
davudio k
For those who encounter problems with custom_rasterizer not being found. There is a workaround to build it manually. Make sure to have the tools installed and run it as root cmd. @echo off REM Initialisiere VS2019-Toolchain mit MSVC v14.29 call "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" amd64 -vcvars_ver=14.29 REM CUDA-Umgebung setzen set CUDA_HOME=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8 REM Wichtig für PyTorch-Builds set DISTUTILS_USE_SDK=1 set MSSdk=1 REM Projektverzeichnis prüfen – ggf. anpassen cd /d C:\swarm\StableSwarmUI\dlbackend\comfy\ComfyUI\custom_nodes\ComfyUI-Hunyuan3DWrapper\hy3dgen\texgen\custom_rasterizer REM Setup starten C:\swarm\StableSwarmUI\dlbackend\comfy\python_embeded\python.exe setup.py build_ext --inplace pause