Aulafy

ComfyUI + FLUX from scratch

ComfyUI feels odd at first because it doesn't hide the process. That's precisely its strength: every node makes clear which model, prompt, size, seed, and output produce your image.

  • Install ComfyUI in a separate environment.
  • Create a first image with a simple workflow.
  • Save the workflow so you can repeat and debug results.

Basic installation

TerminalCode
git clone https://github.com/comfy-org/ComfyUI.git
cd ComfyUI
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python main.py

First visual assignment

TerminalCode
Objetivo:
Crear una portada 16:9 para una lección sobre RAG seguro.

Prompt:
clean editorial illustration, teacher desk, private documents, vector database,
warm practical classroom, precise labels, no brand logos, no readable private data

Parámetros a guardar:
- modelo
- resolución
- seed
- pasos
- sampler
- nombre del workflow
- fecha

Clean folder structure

TerminalCode
proyecto-generativo/
  workflows/
    portada-rag-v1.json
  prompts/
    portada-rag.md
  outputs/
    portada-rag-seed-1042.png
  manifests/
    portada-rag-v1.json