mingyi456 commited on
Commit
40518fd
·
1 Parent(s): a999347

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -10,6 +10,7 @@ base_model:
10
  - lodestones/Chroma1-Flash
11
  base_model_relation: quantized
12
  ---
 
13
  For more information (including how to compress models yourself), check out https://huggingface.co/DFloat11 and https://github.com/LeanModels/DFloat11
14
 
15
  Feel free to request for other models for compression as well, although compressing models that do not use the Flux architecture might be slightly tricky for me.
 
10
  - lodestones/Chroma1-Flash
11
  base_model_relation: quantized
12
  ---
13
+ ## Update: I have uploaded an updated version of this model, that should further reduce disk size and VRAM usage by ~82 MB. This is because I missed out on compressing a small portion of the model (the `distilled_guidance_layers`) in my original upload. There is <u>no need to download again</u> if you are not having any issues with the older version, but please either update to the latest version of my DF11 custom node fork, or update the patched `pattern_dict` as shown below if you are still using the official node. I apologize for my earlier oversight.
14
  For more information (including how to compress models yourself), check out https://huggingface.co/DFloat11 and https://github.com/LeanModels/DFloat11
15
 
16
  Feel free to request for other models for compression as well, although compressing models that do not use the Flux architecture might be slightly tricky for me.