Skip to content

ashishdatta/ComfyUI-WorkersAI-ImageGen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ComfyUI Workers AI Node

This custom node for ComfyUI integrates Cloudflare Workers AI image generation capabilities into your ComfyUI workflows. It allows you to leverage the power of Workers AI models directly within ComfyUI, expanding your creative possibilities.

Screenshot of ComfyUI Workers AI Node

Features

  • Seamless integration with ComfyUI
  • Support for multiple Workers AI image generation models
  • Easy-to-use node interface
  • Customizable image generation parameters

Installation

  1. Ensure you have ComfyUI installed and set up.

  2. Clone this repository into your ComfyUI custom_nodes directory:

    cd /path/to/ComfyUI/custom_nodes
    git clone https://github.com/ashishdatta/ComfyUI-WorkersAI-ImageGen.git
    
  3. Install the required dependencies:

    pip install -r requirements.txt
    
  4. Restart ComfyUI to load the new custom node.

Usage

  1. In ComfyUI, look for the "CloudflareWorkersAI" node in the node list.
  2. Drag the node into your workflow.
  3. Configure the node parameters:
    • Set your Cloudflare Account ID
    • Set your Cloudflare API token
    • Select the desired Workers AI model
    • Adjust other generation parameters as needed
  4. Connect the node inputs and outputs to other nodes in your workflow.
  5. Run your workflow to generate images using Workers AI.

Configuration

To use this node, you need to have a Cloudflare account and API token with access to Workers AI. Set your API token in the node interface or use an environment variable for added security.

Supported Models

  • @cf/stabilityai/stable-diffusion-xl-base-1.0
  • @cf/black-forest-labs/flux-1-schnell
  • @cf/bytedance/stable-diffusion-xl-lightning

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages