Skip to content

Commit

Permalink
Update links.
Browse files Browse the repository at this point in the history
  • Loading branch information
comfyanonymous committed Aug 6, 2024
1 parent 3403538 commit 60e1adc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions flux/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ For the easy to use single file versions see below: [FP8 Checkpoint Version](#si

If you don't have t5xxl_fp16.safetensors or clip_l.safetensors already in your ComfyUI/models/clip/ directory you can find them on: [this link.](https://huggingface.co/comfyanonymous/flux_text_encoders/tree/main) You can use t5xxl_fp8_e4m3fn.safetensors instead for lower memory usage but the fp16 one is recommended if you have more than 32GB ram.

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.
The VAE can be found [here](https://huggingface.co/black-forest-labs/FLUX.1-schnell/blob/main/ae.safetensors) and should go in your ComfyUI/models/vae/ folder.

### Tips if you are running out of memory:

Expand All @@ -20,7 +20,7 @@ You can set the weight_dtype in the "Load Diffusion Model" node to fp8 which wil

### 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.
You can find the Flux Dev diffusion model weights [here](https://huggingface.co/black-forest-labs/FLUX.1-dev). Put the flux1-dev.safetensors file in your: ComfyUI/models/unet/ folder.

You can then load or drag the following image in ComfyUI to get the workflow:

Expand All @@ -30,7 +30,7 @@ You can then load or drag the following image in ComfyUI to get the workflow:

Flux Schnell is a distilled 4 step model.

You can find the Flux Schnell diffusion model weights [here](https://huggingface.co/black-forest-labs/FLUX.1-schnell/blob/main/flux1-schnell.sft) this file should go in your: ComfyUI/models/unet/ folder.
You can find the Flux Schnell diffusion model weights [here](https://huggingface.co/black-forest-labs/FLUX.1-schnell/blob/main/flux1-schnell.safetensors) this file should go in your: ComfyUI/models/unet/ folder.


You can then load or drag the following image in ComfyUI to get the workflow:
Expand Down

0 comments on commit 60e1adc

Please sign in to comment.