ComfyUI-FunPack
A set of custom nodes designed for experiments with video diffusion models.
Nodes (20)
The Refiner's advisor is an LLM — this node decides which one
This node doesn't load LoRAs — it decides what they should weigh
Four CLIP Vision reads, one output — the adapter node you didn't know you needed
Steer your conditioning by phrase, not by guess
The node that hands the ending of your clip to the next generation
The sampler for distilled few-step video — where plain Euler falls apart
Ancestral for motion, 2S for detail — the sampler that does both
The loader that just loads — no learning, no surprises
Bring your SillyTavern lorebook into video generation
How a script becomes one continuous movie
One base prompt, five shot prompts, no copy-paste
A real LLM that turns 'a dragon over a city' into a shot-worthy prompt
Every FunPack memory lives under a key — this is the keychain
Save the latent, not just the memory — the Refiner's spatial creativity mask
Distill a clip into the few frames that actually matter
The simplest node in FunPack, and the one that keeps your shots in a row
One idea in, five connected shot prompts out
The Refiner, the LoRA pipeline, the samplers, and the rating — in one node
The Refiner that learns your taste — rate a clip, and the next one is closer
Stitch your scene clips into one timeline
ComfyUI-FunPack
FunPack is a UI that unlocks novel conditioning and sampling enhancements, wires cutting-edge techniques and allows simple non-linear video montage - all while using regular ComfyUI backend. Graphs replaced with neat cards, get/set replaced with Linked inputs, and simple text fields leveled up to Composer - prefix, prompt, postfix, $variables, Ideas button, shortcuts and splits - for your prompting comfort.
<p align="left"> <a href="https://ko-fi.com/M4M61MBGIT"><img src="https://img.shields.io/badge/Support%20me%20on%20Ko--fi-FF5E5B?style=for-the-badge&logo=kofi&logoColor=white" alt="Ko-fi" height="36"></a> <a href="https://patreon.com/digitalgarbage?utm_medium=unknown&utm_source=join_link&utm_campaign=creatorshare_creator&utm_content=copyLink"><img src="https://img.shields.io/badge/Become%20a%20Patron-FF424D?style=for-the-badge&logo=patreon&logoColor=white" alt="Patreon" height="36"></a> <a href="https://cloud.vast.ai/?ref_id=308176"><img src="https://img.shields.io/badge/Run%20on-Vast.ai-BCFF41?style=for-the-badge&logoColor=000000" alt="Vast.ai" height="36"></a> </p>[!IMPORTANT] FunPack is a hobby project maintained by a single person. It's crafted for my personal needs mostly, and I can't test every single possible variant of usage to confirm it's bug-free and working as intended. If you had found a bug or you want to request a new feature, feel free to add an entry to Issues - that would be the most appreciated.
v4 update and migration/seize of support notice
Preparation for the next milestone update v4.0.0 has been started and it is in progress.
Since v4.0.0 all updates will target ONLY Cutting Room editor. Nodes will receive updates but their compatibility and proper display inside regular ComfyUI frontend won't be guaranteed and/or tested.
Feel free to test and leave feedback regarding v4.0.0 by switching branch to "v4" via internal feature inside "Settings" -> "Updates and ComfyUI" -> "Switch branch".
Installation
FunPack is available on Comfy Registry and can be installed in any of these ways:
- With
comfy-cli:comfy node install ComfyUI-FunPack - With git, inside your
ComfyUI/custom_nodesdirectory:git clone https://github.com/digital-garbage/ComfyUI-FunPack - With ComfyUI-Manager:
Open
Custom Nodes Manager, search forComfyUI-FunPack, and clickInstall.
Dependencies
FunPack includes a requirements.txt file for its Python dependencies.
Install them with:
pip install -r requirements.txt
FunPack uses your existing ComfyUI/PyTorch install. The expected baseline is transformers >= 5.0.0
Documentation
To understand how to use FunPack Cutting Room, please consider walking through the Interactive Guide.
It's available in the end of Project Setup Wizard or at anytime from the top bar menu - Help -> Welcome tour.
Additional information can be found in docs folder.
Version history is available in CHANGELOG.md.
Feedback
If you have suggestions, questions, or ideas for new features, feel free to open an issue or submit a pull request.
Intent
FunPack is provided under GNU General Public License V3, which gives you broad rights to use, modify and distribute the original/modified version of it as long as the original license text is included. FunPack places no limitations on types of content you can generate by using it, meaning both SFW and NSFW content are fine as long as you don't violate your local laws. GPLv3 does not grant you rights for such violations.
However, I do not endorse using FunPack and/or demonstrating it alongside morally and legally questionable/prohibited content, including:
- Non-consensual explicit depiction of a real person;
- Explicit depiction of minors;
- Depiction of violence and gore targeted at a real person.
I do not provide support to users who use FunPack in such cases, and in case I detect it, any support will be immediately ceased.
Thanks for understanding.
Thank you
I express my deepest gratitude to:
- OpenAI and ChatGPT Codex;
- xAI and Grok Build;
- Anthropic and Claude Code;
- Team Cursor and Composer model;
- DeepSeek team and model;
- Google and Gemini;
- Lightricks and LTX-Video model;
- ComfyUI-LTXVideo — LTX model loaders and nodes used by the built-in Cutting Room pipeline;
- ComfyUI-VideoHelperSuite — video combine and helper nodes for montage export;
- ComfyUI-KJNodes — utility nodes used by the built-in pipeline;
- OpenCut — the in-browser non-linear video editor whose UI and interaction patterns inspired the FunPack Movie Editor;
- ComfyUI and its whole community.
Without all of you, this project would've been impossible.
With <3
DigitalGarbage