Instructions to use Bedovyy/Anima-FP8 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusion Single File
How to use Bedovyy/Anima-FP8 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
|
@@ -1,5 +1,30 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: other
|
| 3 |
-
license_name: circlestone-labs-non-commercial-license
|
| 4 |
-
license_link: https://huggingface.co/circlestone-labs/Anima/blob/main/LICENSE.md
|
| 5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: other
|
| 3 |
+
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 |
+
base_model_relation: quantized
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
# FP8 Quantized model of ANIMA
|
| 11 |
+
|
| 12 |
+
## Quantized layers
|
| 13 |
+
```json
|
| 14 |
+
{
|
| 15 |
+
"format": "comfy_quant",
|
| 16 |
+
"block_names": [""],
|
| 17 |
+
"rules": [
|
| 18 |
+
{ "policy": "keep", "match": ["blocks.0", "blocks.27"] },
|
| 19 |
+
{ "policy": "float8_e4m3fn", "match": ["q_proj", "k_proj", "v_proj", "o_proj", "output_proj", "mlp"] },
|
| 20 |
+
{ "policy": "nvfp4", "match": [] }
|
| 21 |
+
]
|
| 22 |
+
}
|
| 23 |
+
```
|
| 24 |
+
|
| 25 |
+
## Sample
|
| 26 |
+
|
| 27 |
+
| bf16 | fp8 |
|
| 28 |
+
|-----|------|
|
| 29 |
+
||
|
| 30 |
+
|