/Consume-ComfyUI-Workflows

A collection of some of my basic ComfyUI workflows. These are meant to act as building block to construct larger workflows of your own.

MIT LicenseMIT

Consume-ComfyUI-Workflows

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.

Table of Contents

  1. How To Use
  2. Workflow List
  3. SDXL Turbo to SD1.5 Refiner
  4. Frames to Video
  5. Basic First to Last frame interpolation
  6. SDXL Lightning
  7. Playground V2
  8. Inpainting w/ Differential Diffusion
  9. Motion Lora Training w/ Motion Director
  10. TripoSR Automatic 3D Asset Creation

Getting Started

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.

Workflow List

Here is a list of the available workflows:

SDXL Turbo to SD1.5 Refiner

(or model of your Choice) Basic SDXL Turbo With Refiner Pass Output

  • 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.



Frames to Video

(Perfect for SDXL Turbo Outputs)

Basic Frame Interpolation Output

  • 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.




First to Last Frame Interpolation

Basic Frame Interpolation Output

  • 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.

SDXL Lightning Basics

SDXL Lightning Output

  • SDXL Lightning - These workflows will get you up and running with SDXL lightning in ComfyUI. All workflows currently work in ComfyUI: 1 Step, 2 Step, 4 Step, and 8 Step.

You can download the models here:
https://huggingface.co/ByteDance/SDXL-Lightning/tree/main

Playground V2

Playground V2 Output Playground V2 Workflow

  • Playground V2 - These workflows will get you up and running with Playground v2 in ComfyUI. Recommended starting settings are CFG of 3 and 50 Steps.

You can download the models here:
https://huggingface.co/playgroundai/playground-v2.5-1024px-aesthetic

For the refiner workflow, I'm using this SDXL Finetune:
https://civitai.com/models/283810?modelVersionId=354820

...but you dont have to use these, you can use your own.

Differential Diffusion

Differential Diffusion Output00 Differential Diffusion Output01


Motion Director

Motion Director Output


Motion module v3_sd15_mm.ckpt and its v3_sd15_adapter.ckpt lora can be found here:
https://huggingface.co/guoyww/animatediff/tree/main

Tripo SR

TripoSR Output

  • TripoSR Automatic 3D Asset Creation - This workflow combines the power of SDXL layer diffusion with TripoSR to allow for the rapid creation of 3D assets. Generation time estimated at around 15 - 30 seconds.

Currently, layered diffusion only works with SDXL, not SDXL lightning. I have not tested turbo. The model used in the workflow file (Juggernaut XL v8) can be downloaded from here:
https://civitai.com/models/133005?modelVersionId=288982