Extensions/ComfyUI-FunPack
ComfyUI Extension

ComfyUI-FunPack

Non-linear video editing and generation based on Comfy backend.

By digital-garbage·Created about a year ago·Updated about 12 hours ago· 18
digital-garbage/ComfyUI-FunPack
Nodes20
On cloudLocal install
CategoryFunPack/Refinement, FunPack/Model Management
Stars18
Updatedabout 12 hours ago

Nodes (20)

FunPack Advisor LLM

The Refiner's advisor is an LLM — this node decides which one

FunPack/Refinement
FunPack Apply LoRA Weights

This node doesn't load LoRAs — it decides what they should weigh

FunPack/Model Management
FunPack CLIP Vision Output Combine

Four CLIP Vision reads, one output — the adapter node you didn't know you needed

FunPack
FunPack Conditioning Adjust

Steer your conditioning by phrase, not by guess

FunPack/Refinement
FunPack Continue Video

The node that hands the ending of your clip to the next generation

FunPack
FunPack Distilled Flow Sampler

The sampler for distilled few-step video — where plain Euler falls apart

FunPack/Sampling
FunPack Hybrid Euler 2S Sampler

Ancestral for motion, 2S for detail — the sampler that does both

FunPack/Sampling
FunPack LoRA Loader

The loader that just loads — no learning, no surprises

FunPack/Model Management
FunPack Lorebook Enhancer

Bring your SillyTavern lorebook into video generation

FunPack
FunPack LTXAV Scene Chain Sampler

How a script becomes one continuous movie

FunPack/Sampling
FunPack Prompt Combiner

One base prompt, five shot prompts, no copy-paste

FunPack
FunPack Prompt Enhancer (Standalone)

A real LLM that turns 'a dragon over a city' into a shot-worthy prompt

FunPack
FunPack Refinement Key Loader

Every FunPack memory lives under a key — this is the keychain

FunPack/Refinement
FunPack Save Refinement Latent

Save the latent, not just the memory — the Refiner's spatial creativity mask

FunPack/Refinement
FunPack StoryMem Keyframe Extractor

Distill a clip into the few frames that actually matter

FunPack
FunPack StoryMem Last Frame Extractor

The simplest node in FunPack, and the one that keeps your shots in a row

FunPack
FunPack Story Writer

One idea in, five connected shot prompts out

FunPack
FunPack Studio

The Refiner, the LoRA pipeline, the samplers, and the rating — in one node

FunPack
FunPack Video Refiner V2

The Refiner that learns your taste — rate a clip, and the next one is closer

FunPack/Refinement
FunPack Video Stitch

Stitch your scene clips into one timeline

FunPack
Readme

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&amp;logo=kofi&amp;logoColor=white" alt="Ko-fi" height="36"></a>&nbsp; <a href="https://patreon.com/digitalgarbage?utm_medium=unknown&amp;utm_source=join_link&amp;utm_campaign=creatorshare_creator&amp;utm_content=copyLink"><img src="https://img.shields.io/badge/Become%20a%20Patron-FF424D?style=for-the-badge&amp;logo=patreon&amp;logoColor=white" alt="Patreon" height="36"></a>&nbsp; <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&amp;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:

  1. With comfy-cli: comfy node install ComfyUI-FunPack
  2. With git, inside your ComfyUI/custom_nodes directory: git clone https://github.com/digital-garbage/ComfyUI-FunPack
  3. With ComfyUI-Manager: Open Custom Nodes Manager, search for ComfyUI-FunPack, and click Install.

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