Diffusion Single File
comfyui
Lexius commited on
Commit
d07f69b
·
verified ·
1 Parent(s): 014cd40

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -15,13 +15,13 @@ Repackaged model files for ComfyUI.
15
 
16
  Original model repository: https://huggingface.co/MiniMaxAI/MiniMax-H3
17
 
18
- The Qwen3-VL-32B nvfp4_awq quant is converted from: https://huggingface.co/cybermotaz/Qwen3-VL-32B-Instruct-NVFP4
19
 
20
- - This nvfp4 text encoder does not require Blackwell GPU to use.
21
 
22
- - For diffusion_model prefer int8_convrot if you are able to use pytorch with cu130.
23
 
24
- - Fp8_scaled should only be used if you for any reason can not use the int8_convrot.
25
 
26
  ---
27
 
 
15
 
16
  Original model repository: https://huggingface.co/MiniMaxAI/MiniMax-H3
17
 
18
+ The Qwen3-VL-32B `nvfp4_awq` quant is converted from: https://huggingface.co/cybermotaz/Qwen3-VL-32B-Instruct-NVFP4
19
 
20
+ This `nvfp4` text encoder does not require Blackwell GPU to use.
21
 
22
+ For diffusion models prefer int8_convrot if you are able to use pytorch with cu130.
23
 
24
+ `fp8_scaled` should only be used if you cannot use `int8_convrot`.
25
 
26
  ---
27