Instructions to use mingyi456/Chroma1-Flash-DF11-ComfyUI with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusion Single File
How to use mingyi456/Chroma1-Flash-DF11-ComfyUI with Diffusion Single File:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
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.
|