JusteLeo commited on
Commit
44b327c
·
verified ·
1 Parent(s): 978f394

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
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 (like smartphones via Termux or older PCs) using `stable-diffusion.cpp`.
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