Anibaaal commited on
Commit
0460ea3
1 Parent(s): b39ad7c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -2
README.md CHANGED
@@ -29,13 +29,19 @@ Recommended 4-8 steps.
29
  - Text Encoders: https://huggingface.co/comfyanonymous/flux_text_encoders/tree/main
30
  - VAE: https://huggingface.co/black-forest-labs/FLUX.1-schnell/tree/main/vae
31
 
32
- **GGUF versions (Q4, Q5, Q8)** require a custom node to work in comfy: https://github.com/city96/ComfyUI-GGUF
 
33
 
34
  **BNB versions (NF4, FP4)** require a custom node to work in comfy:
35
 
36
  - All in one versions: https://github.com/comfyanonymous/ComfyUI_bitsandbytes_NF4
37
  - UNET versions: https://github.com/DenkingOfficial/ComfyUI_UNet_bitsandbytes_NF4
38
-
 
 
 
 
 
39
  ----
40
 
41
  # Weights version comparison
 
29
  - Text Encoders: https://huggingface.co/comfyanonymous/flux_text_encoders/tree/main
30
  - VAE: https://huggingface.co/black-forest-labs/FLUX.1-schnell/tree/main/vae
31
 
32
+ **GGUF versions** require a custom node to work in comfy:
33
+ - https://github.com/city96/ComfyUI-GGUF
34
 
35
  **BNB versions (NF4, FP4)** require a custom node to work in comfy:
36
 
37
  - All in one versions: https://github.com/comfyanonymous/ComfyUI_bitsandbytes_NF4
38
  - UNET versions: https://github.com/DenkingOfficial/ComfyUI_UNet_bitsandbytes_NF4
39
+ ```
40
+ Thanks to city96 for gguf quantization script.
41
+ Thanks to reddit user a_beautiful_rhind for bnb quantization script.
42
+ Modded 'save checkpoint' node for saving a model without text encoders or vae.
43
+ --> https://github.com/Anibaaal/ComfyUI-UX-Nodes/tree/main
44
+ ```
45
  ----
46
 
47
  # Weights version comparison