Skip to content

Commit a1d60cd

Browse files
authored
Update model links (#318)
1 parent ada2b49 commit a1d60cd

File tree

2 files changed

+19
-11
lines changed

2 files changed

+19
-11
lines changed

tutorials/flux/flux1-krea-dev.mdx

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,12 @@ Download the image or JSON below and drag it into ComfyUI to load the correspond
3838
Please download the following model files:
3939
**Diffusion model**
4040

41+
- [flux1-krea-dev_fp8_scaled.safetensors](https://huggingface.co/Comfy-Org/FLUX.1-Krea-dev_ComfyUI/blob/main/split_files/diffusion_models/flux1-krea-dev_fp8_scaled.safetensors)
42+
43+
If you want to pursue higher quality and have enough VRAM, you can try the original model weights
44+
4145
- [flux1-krea-dev.safetensors](https://huggingface.co/black-forest-labs/FLUX.1-Krea-dev/resolve/main/flux1-krea-dev.safetensors)
46+
4247
<Note>
4348
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.
4449
</Note>
@@ -58,7 +63,7 @@ File save location:
5863
ComfyUI/
5964
├── models/
6065
│ ├── diffusion_models/
61-
│ │ └── flux1-krea-dev.safetensors
66+
│ │ └── flux1-krea-dev_fp8_scaled.safetensors or flux1-krea-dev.safetensors
6267
│ ├── text_encoders/
6368
│ │ ├── clip_l.safetensors
6469
│ │ └── 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
7782

7883
![ComfyUI Flux Krea Dev Workflow](/images/tutorial/flux/flux_1_krea_dev_guide.jpg)
7984

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
8388
2. Ensure the following models are loaded in the `DualCLIPLoader` node:
8489
- clip_name1: t5xxl_fp16.safetensors or t5xxl_fp8_e4m3fn.safetensors
8590
- clip_name2: clip_l.safetensors

zh-CN/tutorials/flux/flux1-krea-dev.mdx

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,13 @@ import UpdateReminder from '/snippets/zh/tutorials/update-reminder.mdx'
3333
<p className="prose" style={{ margin: 0, fontSize: "0.8rem" }}>下载 JSON 格式工作流</p>
3434
</a>
3535

36-
#### 2. 手动安装模型
36+
#### 2. 模型链接
3737

38-
请下载下面的模型文件:
39-
**Diffusion model**
38+
**Diffusion model** 下面两个模型选择其中一个版本即可
39+
40+
- [flux1-krea-dev_fp8_scaled.safetensors](https://huggingface.co/Comfy-Org/FLUX.1-Krea-dev_ComfyUI/blob/main/split_files/diffusion_models/flux1-krea-dev_fp8_scaled.safetensors)
41+
42+
下面这个版本是原始权重,如果你追求更高质量有足够的显存,可以尝试这个版本
4043

4144
- [flux1-krea-dev.safetensors](https://huggingface.co/black-forest-labs/FLUX.1-Krea-dev/resolve/main/flux1-krea-dev.safetensors)
4245
<Note>
@@ -58,7 +61,7 @@ import UpdateReminder from '/snippets/zh/tutorials/update-reminder.mdx'
5861
ComfyUI/
5962
├── models/
6063
│ ├── diffusion_models/
61-
│ │ └── flux1-krea-dev.safetensors
64+
│ │ └── flux1-krea-dev_fp8_scaled.safetensors 或 flux1-krea-dev.safetensors
6265
│ ├── text_encoders/
6366
│ │ ├── clip_l.safetensors
6467
│ │ └── t5xxl_fp16.safetensors 或 t5xxl_fp8_e4m3fn.safetensors
@@ -77,9 +80,9 @@ ComfyUI/
7780

7881
![ComfyUI Flux Krea Dev工作流](/images/tutorial/flux/flux_1_krea_dev_guide.jpg)
7982

80-
1. 确保在`Load Diffusion Model`节点加载了`flux1-krea-dev.safetensors`
81-
- `weight_dtype`已为低显存用户设置成了 `fp8_e4m3fn_fast`
82-
- 如果你有足够的显存如 24GB 可以将 `weight_dtype` 设置为 `default` 以获取更好的质量
83+
1. 确保在`Load Diffusion Model`节点加载了`flux1-krea-dev_fp8_scaled.safetensors``flux1-krea-dev.safetensors`
84+
- `flux1-krea-dev_fp8_scaled.safetensors` 推荐低显存用户使用
85+
- `flux1-krea-dev.safetensors` 如果你有足够的显存如 24GB, 你可以尝试这个版本以追求更好的质量
8386
2. 确保在`DualCLIPLoader`节点中下面的模型已加载:
8487
- clip_name1: t5xxl_fp16.safetensors 或 t5xxl_fp8_e4m3fn.safetensors
8588
- clip_name2: clip_l.safetensors

0 commit comments

Comments
 (0)