From 30afc863cbdfa26cb62684e2a0a0b0bdc0c27aed Mon Sep 17 00:00:00 2001 From: comfyanonymous Date: Thu, 1 Aug 2024 13:47:56 -0400 Subject: [PATCH] Add tip to run FLUX on low memory systems. --- flux/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/flux/README.md b/flux/README.md index 6d5ebe5..859e8fd 100644 --- a/flux/README.md +++ b/flux/README.md @@ -6,6 +6,10 @@ If you don't have t5xxl_fp16.safetensors or clip_l.safetensors already in your C The VAE can be found [here](https://huggingface.co/black-forest-labs/FLUX.1-schnell/blob/main/ae.sft) and should go in your ComfyUI/models/vae/ folder. +#### Tips if you are running out of memory: + +You can set the weight_dtype in the "Load Diffusion Model" node to fp8 which will lower the memory usage by half but might reduce quality a tiny bit. + ## Flux Dev You can find the Flux Dev diffusion model weights [here](https://huggingface.co/black-forest-labs/FLUX.1-dev). Put the flux1-dev.sft file in your: ComfyUI/models/unet/ folder.