Update README.md
Browse files
README.md
CHANGED
|
@@ -8,11 +8,16 @@ tags:
|
|
| 8 |
- anima
|
| 9 |
- image-generation
|
| 10 |
- quantized
|
|
|
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
|
|
|
|
|
|
|
| 13 |
# Anima - GGUF Quantized Models
|
| 14 |
|
| 15 |
-
These are GGUF quantized versions of the [Anima](https://huggingface.co/circlestone-labs/Anima) model, highly optimized for local inference on low-RAM devices
|
| 16 |
|
| 17 |
⚠️ **Important Note:** Support for Anima is currently **experimental** and has not yet been merged into the `main` branch of `stable-diffusion.cpp`. To use these models, you must compile the engine using the specific fork/branch from [PR #1296](https://github.com/leejet/stable-diffusion.cpp/pull/1296).
|
| 18 |
|
|
|
|
| 8 |
- anima
|
| 9 |
- image-generation
|
| 10 |
- quantized
|
| 11 |
+
base_model:
|
| 12 |
+
- circlestone-labs/Anima
|
| 13 |
+
base_model_relation: quantized
|
| 14 |
---
|
| 15 |
|
| 16 |
+
|
| 17 |
+
|
| 18 |
# Anima - GGUF Quantized Models
|
| 19 |
|
| 20 |
+
These are GGUF quantized versions of the [Anima](https://huggingface.co/circlestone-labs/Anima) model, highly optimized for local inference on low-RAM devices using `stable-diffusion.cpp`.
|
| 21 |
|
| 22 |
⚠️ **Important Note:** Support for Anima is currently **experimental** and has not yet been merged into the `main` branch of `stable-diffusion.cpp`. To use these models, you must compile the engine using the specific fork/branch from [PR #1296](https://github.com/leejet/stable-diffusion.cpp/pull/1296).
|
| 23 |
|