Skip to content

Latest commit

 

History

History
50 lines (37 loc) · 1.06 KB

quick-start.md

File metadata and controls

50 lines (37 loc) · 1.06 KB

🚀 Quick Start Guide

This guide will help you get the ComfyUI Discord Bot up and running quickly.

📋 Prerequisites

Before you begin, ensure you have:

  • ComfyUI installed
  • Discord Bot Token
  • Python 3.10 or higher
  • Basic understanding of Discord bot setup

🎯 Quick Setup Steps

1️⃣ Initial Setup

# Clone the repository
git clone https://github.com/nvmax/FluxComfyDiscordbot

# Navigate to the project directory
cd FluxComfyDiscordbot

# Run the setup tool
python setup.py

2️⃣ Configuration

  1. Load wokflow.json to and install missing nodes
  2. Run the setup tool python setup.py
  3. Set your ComfyUI installation path
  4. Configure basic settings

3️⃣ Start the Bot

python bot.py

🎨 First Generation

Try your first image generation:

/comfy [prompt] [resolution]

📚 Next Steps