ComfyUI Setup (AI Image Generation)
Install and use ComfyUI's node-based AI image generation interface.
Setup Steps
1. System requirements: NVIDIA GPU (4GB+ VRAM), Python 3.10+, Git
2. Clone ComfyUI:
git clone https://github.com/comfyanonymous/ComfyUI.git
cd ComfyUI3. Create a Python virtual environment:
python3 -m venv venv
source venv/bin/activate4. Install dependencies:
pip install -r requirements.txt5. Install PyTorch for NVIDIA GPU:
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu1216. Download a model (to models/checkpoints/):
wget -P models/checkpoints/ https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0/resolve/main/sd_xl_base_1.0.safetensors7. Start ComfyUI:
python main.py8. Open http://127.0.0.1:8188 in your browser
9. For remote access:
python main.py --listen 0.0.0.0 --port 818810. Install custom nodes (ComfyUI-Manager recommended):
cd custom_nodes
git clone https://github.com/ltdrdata/ComfyUI-Manager.gitRelated Guides
Claude Code Setup
Install Anthropic Claude Code CLI on your server or PC. API key configuration and basic commands.
ChatGPT API Setup
Integrate OpenAI ChatGPT API into your project. Getting API keys and sending your first request.
Google Gemini API Setup
Set up Google Gemini (formerly Bard) API and use it in your projects.
Midjourney Usage Guide
Create AI-powered images with Midjourney. Step-by-step guide for Discord usage.