ComfyUI Workflow Templates - Media Image

0.3.118 · active · verified Sat Apr 11

This package provides workflow templates and associated assets specifically designed for image processing and generation tasks within ComfyUI. It is part of the broader `comfyui-workflow-templates` ecosystem, delivering pre-configured JSON workflow files and their corresponding preview assets for easy integration and use directly within the ComfyUI graphical interface. The project maintains an active development cycle, frequently updating its collection of templates and underlying infrastructure to support new ComfyUI features and models.

Warnings

Install

Quickstart

This library provides workflow templates for ComfyUI, which are loaded and utilized directly within the ComfyUI web interface, not via Python code imports. The quickstart outlines the steps to access and run these templates within the ComfyUI application.

# This library provides workflow templates for ComfyUI.
# It does not have a direct Python API for programmatic use.
# The templates are accessed and loaded within the ComfyUI application itself.

print("To use comfyui-workflow-templates-media-image:")
print("1. Ensure ComfyUI is installed and running.")
print("   You can typically start ComfyUI by running 'python main.py' in its directory.")
print("2. In the ComfyUI web interface, navigate to 'Workflow' -> 'Browse Templates' (or click the Templates icon in the sidebar).")
print("3. Locate and select an image-related workflow template from the browser.")
print("4. ComfyUI will prompt you to download any missing models required by the template.")
print("5. Once models are ready, adjust parameters and click 'Queue Prompt' to run the workflow.")

view raw JSON →