This is a Chat UI for ComfyUI.
First, you need to run ComfyUI.
- Install a recent version of Node.js
- Copy your Replicate API token and set it in your environment:
echo "REPLICATE_API_TOKEN=<your-token-here>" > .env.local
- Install dependencies and run the server:
npm install npm run dev
- Open localhost:3000 in your browser. That's it!