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
|
@@ -63,9 +63,7 @@ Tested on
|
|
| 63 |
"block_names": ["net.blocks."],
|
| 64 |
"rules": [
|
| 65 |
{ "policy": "keep", "match": ["blocks.0."] },
|
| 66 |
-
{ "policy": "float8_e4m3fn", "match": [
|
| 67 |
-
"v_proj", "adaln_modulation", ".mlp"
|
| 68 |
-
] },
|
| 69 |
{ "policy": "nvfp4", "match": ["k_proj", "q_proj", "output_proj"] }
|
| 70 |
]
|
| 71 |
}
|
|
|
|
| 63 |
"block_names": ["net.blocks."],
|
| 64 |
"rules": [
|
| 65 |
{ "policy": "keep", "match": ["blocks.0."] },
|
| 66 |
+
{ "policy": "float8_e4m3fn", "match": ["v_proj", "adaln_modulation", ".mlp"] },
|
|
|
|
|
|
|
| 67 |
{ "policy": "nvfp4", "match": ["k_proj", "q_proj", "output_proj"] }
|
| 68 |
]
|
| 69 |
}
|