You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `flux1-dev.safetensors` file requires agreeing to the [black-forest-labs/FLUX.1-Krea-dev](https://huggingface.co/black-forest-labs/FLUX.1-Krea-dev/) agreement before downloading via browser.
44
49
</Note>
@@ -58,7 +63,7 @@ File save location:
58
63
ComfyUI/
59
64
├── models/
60
65
│ ├── diffusion_models/
61
-
│ │ └── flux1-krea-dev.safetensors
66
+
│ │ └── flux1-krea-dev_fp8_scaled.safetensors or flux1-krea-dev.safetensors
62
67
│ ├── text_encoders/
63
68
│ │ ├── clip_l.safetensors
64
69
│ │ └── t5xxl_fp16.safetensors or t5xxl_fp8_e4m3fn.safetensors
@@ -77,9 +82,9 @@ Please refer to the image below to ensure all model files have been loaded corre
77
82
78
83

79
84
80
-
1. Ensure that `flux1-krea-dev.safetensors` is loaded in the `Load Diffusion Model` node
81
-
-`weight_dtype` has been set to `fp8_e4m3fn_fast` for low VRAM users
82
-
-If you have sufficient VRAM like 24GB, you can set `weight_dtype` to `default` for better quality
85
+
1. Ensure that `flux1-krea-dev_fp8_scaled.safetensors` or `flux1-krea-dev.safetensors` is loaded in the `Load Diffusion Model` node
86
+
-`flux1-krea-dev_fp8_scaled.safetensors` is recommended for low VRAM users
87
+
-`flux1-krea-dev.safetensors` is the original weights, if you have enough VRAM like 24GB you can use it for better quality
83
88
2. Ensure the following models are loaded in the `DualCLIPLoader` node:
84
89
- clip_name1: t5xxl_fp16.safetensors or t5xxl_fp8_e4m3fn.safetensors
0 commit comments