Update README.md
Browse files
README.md
CHANGED
|
@@ -4,4 +4,17 @@ license_name: circlestone-labs-non-commercial-license
|
|
| 4 |
license_link: https://huggingface.co/circlestone-labs/Anima/blob/main/LICENSE.md
|
| 5 |
base_model:
|
| 6 |
- circlestone-labs/Anima
|
| 7 |
-
--
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
license_link: https://huggingface.co/circlestone-labs/Anima/blob/main/LICENSE.md
|
| 5 |
base_model:
|
| 6 |
- circlestone-labs/Anima
|
| 7 |
+
pipeline_tag: unconditional-image-generation
|
| 8 |
+
base_model_relation: quantized
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# Anima-Base-FP8
|
| 12 |
+
|
| 13 |
+
This repository provides the **FP8 quantized version** of the [Anima-Base](https://huggingface.co/circlestone-labs/Anima) model.
|
| 14 |
+
|
| 15 |
+
It is optimized to significantly reduce VRAM usage while maintaining high-quality generation, making it much easier to run on consumer-grade GPUs with limited VRAM.
|
| 16 |
+
|
| 17 |
+
## Quantization Tool
|
| 18 |
+
|
| 19 |
+
This model was quantized using the following open-source tool:
|
| 20 |
+
* **Quantizer**: [comfy-dit-quantizer](https://github.com/bedovyy/comfy-dit-quantizer)
|