mingyi456 commited on
Commit
ccb7ed8
·
verified ·
1 Parent(s): b4cb0a7

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
  - cyberdelia/CyberRealisticFlux
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 models whose architecture I am unfamiliar with might be slightly tricky for me.
 
10
  - cyberdelia/CyberRealisticFlux
11
  base_model_relation: quantized
12
  ---
13
+ ### Note: Despite the "FP16" in the filename, the original weights [in this repo](https://huggingface.co/cyberdelia/CyberRealisticFlux) are actually in BF16 instead, which makes them safe for DF11 compression.
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 models whose architecture I am unfamiliar with might be slightly tricky for me.