This repository contains a collection of .json
and .png
files, each representing a unique workflow for [ComfyUI]. Click on the links to view and download the workflow that suits your needs.
- How To Use
- Workflow List
- SDXL Turbo to SD1.5 Refiner
- Frames to Video
- Basic First to Last frame interpolation
To make things a lot easier to set up, ensure that you have the ComfyUI manager installed. This will allow you to install any missing nodes easily by navigating into the manager and selecting Install Missing Custom Nodes
- drag the desired workflow into the ComfyUI interface
- selecting the missing nodes from the list
- head into the ComfyUI Commandline/Terminal and Ctrl+C to shut down the application
- start ComfyUI back up and the software should now have the missing node
- note, some workflows may need you to also download models specific to their workflows... I'll try to leave info on this if necessary
The ComfyUI manager can be install from this repo:
https://github.com/ltdrdata/ComfyUI-Manager
To install the manager simply:
- navigate into the custom nodes directory
ComfyUI/custom_nodes
git clone https://github.com/ltdrdata/ComfyUI-Manager.git
in your commandline or terminal.
Here is a list of the available workflows:
- Basic SDXL Turbo With Refiner Pass - This workflow is a basic introduction to the refinement of SDXL turbo outputs. It passes the output of SDXL to as model of your choice, be it SD1.5, SD2.1, or SDXL. This is a very basic but powerful introduction and more workflows and version will be released expanding on this idea. I have released a basic version of this with the intention of acting as an introduction to the community.
(Perfect for SDXL Turbo Outputs)
- Frames to Video - This workflow can combine frames from a given directory into a video. I recommneded saving SDXL Turbo outputs to their own directory which can easily be passed into the load images node. There is a node in between loading images and actually combining them:
GMFSS Fortuna VFI
which is an interpolation node. It allows from frames to blend with one another in a smoother fashion. This can be deleted if the effect is not desired. There are also other interpolation models that can be used. The custom_node required to set this up can be found here:
https://github.com/Fannovel16/ComfyUI-Frame-Interpolation
It can be installed through the ComfyUI manager.
- You may need to head into the directory for it and run the
install.bat
file for windows. - For linux user's, you may have to navigate to the custom nodes directory via terminal with your venv activated and run:
python install.py
- Note: Ensure you reference the repo at
https://github.com/Fannovel16/ComfyUI-Frame-Interpolation
for proper installation instructions.
Here's a list of some of the interpolations methods that can be used (search their name in Comfy to easily find the node):
- GMFSS Fortuna VFI
- IFRNet VFI
- IFUnet VFI
- M2M VFI
- RIFE VFI (4.0 - 4.7) (Note that option fast_mode won't do anything from v4.5+ as contextnet is removed)
- FILM VFI
For the full list, please reference the original repo.
- Frame Interpolation Between Two Images - This workflow is a basic introduction to blending between two different frames. This will be expanded on heavily but to get everyone started, I am beginning with this basic yet extremely powerful workflow.