Views
No views yet
models/
diffusion_models/
vae/
text_encoders//repository/models/...extra_model_paths.yaml) to include the paths above.Important: Check the original model licenses and terms (Black Forest Labs / Comfy-Org / comfyanonymous repos). Some weights do not permit commercial or production use. This repository is provided strictly for demo/testing purposes; you are responsible for ensuring compliance before any other use.
models/diffusion_models/ — Flux checkpoint (e.g., flux1-krea-dev_fp8_scaled.safetensors)models/vae/ — VAE (ae.safetensors)models/text_encoders/ — CLIP/T5 encodersextra_model_paths.yaml accordingly./.1docker run --rm --gpus all -p 8080:80 \
2 -e COMFY_FLAGS="--normalvram --use-pytorch-cross-attention --cache-lru 64 --reserve-vram 1.5" \
3 your-image:tagCOMFY_FLAGSCOMFY_FLAGS explicitly for your deployment when you know your workload.--disable-xformers --use-pytorch-cross-attention --cache-lru 2 --reserve-vram 2.0hardware