Semua Tutorial
AI

Generate Gambar AI dengan ComfyUI

Antarmuka berbasis node untuk Stable Diffusion: kontrol penuh atas workflow generasi gambar.

Stable Diffusion Image GPU Node-based
1 Prasyarat
GPU
NVIDIA 4GB+ VRAM
Python
3.10 / 3.11
Disk
20-30 GB
Lain
Git, CUDA 11.8+
Python 3.12 dapat bermasalah dengan beberapa extension. Gunakan 3.10/3.11.
2 Clone & Install
bash
git clone https://github.com/comfyanonymous/ComfyUI
cd ComfyUI
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
3 Jalankan
bash
python main.py

Buka antarmuka di browser:

text
http://localhost:8188
Letakkan file model checkpoint (.safetensors) di folder models/checkpoints/.