Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 569 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 569 Bytes

ChatComfyUI

This is a Chat UI for ComfyUI.

Install

Run

First, you need to run ComfyUI.

Development

  1. Install a recent version of Node.js
  2. Copy your Replicate API token and set it in your environment:
    echo "REPLICATE_API_TOKEN=<your-token-here>" > .env.local
    
  3. Install dependencies and run the server:
    npm install
    npm run dev
    
  4. Open localhost:3000 in your browser. That's it!