## 🚀 Q8_M and Q4_K_S Model Resources
This project provides various quantization models based on the `lodestones/Chroma` base model, with a pipeline tag of `text - to - image`. The models are released under the Apache 2.0 license.
## 📦 Model Quantization Versions and Links
### Q8_M and Q4_K_S
The `Q8_M` and `Q4_K_S` models can be found at [Clybius/Chroma - GGUF](https://huggingface.co/Clybius/Chroma-GGUF).
### Other Quantization Versions
Here are other quantization versions of the model along with their preview images:
#### First Row
- **BF16**: [Link](https://huggingface.co/silveroxides/Chroma-GGUF/blob/main/chroma-unlocked-v10/chroma-unlocked-v10-BF16.gguf)
<img src="https://cdn-uploads.huggingface.co/production/uploads/64159ad9986557e8cac2e333/vWu52TewcRCC2WGudOVbB.png" height=192 width=192>
- **Q8_0**: [Link](https://huggingface.co/silveroxides/Chroma-GGUF/blob/main/chroma-unlocked-v10/chroma-unlocked-v10-Q8_0.gguf)
<img src="https://cdn-uploads.huggingface.co/production/uploads/64159ad9986557e8cac2e333/lxlCKpfkKhYkN7sqfMRqL.png" height=192 width=192>
- **Q6_K**: [Link](https://huggingface.co/silveroxides/Chroma-GGUF/blob/main/chroma-unlocked-v10/chroma-unlocked-v10-Q6_K.gguf)
<img src="https://cdn-uploads.huggingface.co/production/uploads/64159ad9986557e8cac2e333/vS3T3DICIKgQj66Vo9vRJ.png" height=192 width=192>
#### Second Row
- **Q5_1**: [Link](https://huggingface.co/silveroxides/Chroma-GGUF/blob/main/chroma-unlocked-v10/chroma-unlocked-v10-Q5_1.gguf)
<img src="https://cdn-uploads.huggingface.co/production/uploads/64159ad9986557e8cac2e333/juyZLbU5ndk-qH0UuSN94.png" height=192 width=192>
- **Q5_0**: [Link](https://huggingface.co/silveroxides/Chroma-GGUF/blob/main/chroma-unlocked-v10/chroma-unlocked-v10-Q5_0.gguf)
<img src="https://cdn-uploads.huggingface.co/production/uploads/64159ad9986557e8cac2e333/e3DV-W6d8dacODHV6iQxE.png" height=192 width=192>
- **Q5_K_S**: [Link](https://huggingface.co/silveroxides/Chroma-GGUF/blob/main/chroma-unlocked-v10/chroma-unlocked-v10-Q5_K_S.gguf)
<img src="https://cdn-uploads.huggingface.co/production/uploads/64159ad9986557e8cac2e333/RJMyAod5l9B00W0byua7Q.png" height=192 width=192>
#### Third Row
- **Q4_1**: [Link](https://huggingface.co/silveroxides/Chroma-GGUF/blob/main/chroma-unlocked-v10/chroma-unlocked-v10-Q4_1.gguf)
<img src="https://cdn-uploads.huggingface.co/production/uploads/64159ad9986557e8cac2e333/PHALUDJ6v7j9e-gCAOrLF.png" height=192 width=192>
- **Q4_K_M**: [Link](https://huggingface.co/silveroxides/Chroma-GGUF/blob/main/chroma-unlocked-v10/chroma-unlocked-v10-Q4_K_M.gguf)
<img src="https://cdn-uploads.huggingface.co/production/uploads/64159ad9986557e8cac2e333/tkNif9yvI-HDkwe9hFbzP.png" height=192 width=192>
- **Q4_0**: [Link](https://huggingface.co/silveroxides/Chroma-GGUF/blob/main/chroma-unlocked-v10/chroma-unlocked-v10-Q4_0.gguf)
<img src="https://cdn-uploads.huggingface.co/production/uploads/64159ad9986557e8cac2e333/raF3wPpYjZfJa_SXr1FLq.png" height=192 width=192>
#### Fourth Row
- **Q3_K_L**: [Link](https://huggingface.co/silveroxides/Chroma-GGUF/blob/main/chroma-unlocked-v10/chroma-unlocked-v10-Q3_K_L.gguf)
<img src="https://cdn-uploads.huggingface.co/production/uploads/64159ad9986557e8cac2e333/V4PflwbKdHDgdfQJri1ko.png" height=192 width=192>
## 📄 License
This project is licensed under the [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0) license.
Explanation
- Document Head: Added a title and a brief description of the project to make the project's core information clearer.
- Section Organization: Organized the model link information into different sections, making the structure more logical.
- Visual Enhancement: Added emojis to enhance the visual effect and readability of the document.
- License Information: Extracted the license information and presented it in a separate section.
- Formatting: Converted the original HTML - style headings to Markdown - style headings for better compatibility and readability.