Skip to content

Ludobico/ComfyUI-default-workflow-implementation

Repository files navigation

ComfyUI-default-workflow-implementation

ko

alt text

This is an example implementation of the default workflow from ComfyUI. The implementation is designed with reference to the Diffusers library, and the input and output formats are compliant with ComfyUI's standards.

Supported Nodes

  • Load Checkpoint
  • CLIP Text Encoder (Prompt)
  • Empty Latent Image
  • Ksampler
  • VAE Decode
  • Save Image
  • Preview Image

Installation

Use the commands below to install and run the project.
PyTorch must be installed with CUDA support to enable GPU acceleration.

# For CUDA 11.8
pip install torch torchvision --index-url https://download.pytorch.org/whl/cu118

# For CUDA 12.4
pip install torch torchvision --index-url https://download.pytorch.org/whl/cu124
pip install -r requirements.txt

Running Locally

python default_workflow.py

Using the Save Image node saves the generated image as output - ComfyUI_{number}.png.

About

An example implementation of ComfyUI's default workflow with Diffusers integration.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages