Update README.md
Browse files
README.md
CHANGED
|
@@ -8,6 +8,7 @@ tags:
|
|
| 8 |
- anima
|
| 9 |
- image-generation
|
| 10 |
- quantized
|
|
|
|
| 11 |
base_model:
|
| 12 |
- circlestone-labs/Anima
|
| 13 |
base_model_relation: quantized
|
|
@@ -15,11 +16,15 @@ base_model_relation: quantized
|
|
| 15 |
|
| 16 |
# ANIMA2-GGUF
|
| 17 |
|
| 18 |
-
These are GGUF quantized versions of the Anima 2 (Preview 2) model,
|
| 19 |
|
| 20 |
-
##
|
| 21 |
|
| 22 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
|
| 24 |
```bash
|
| 25 |
./bin/sd-cli \
|
|
@@ -35,11 +40,9 @@ Ensure you are using the latest version of `stable-diffusion.cpp` (Anima support
|
|
| 35 |
|
| 36 |
```
|
| 37 |
|
| 38 |
-
*(Note: The `--vae-tiling` flag is recommended to prevent out-of-memory errors during the image decoding phase).*
|
| 39 |
-
|
| 40 |
## Acknowledgments and Credits
|
| 41 |
|
| 42 |
* **Original Model:** circlestone-labs.
|
| 43 |
-
* **Engine:**
|
| 44 |
* **Implementation:** Special thanks to GitHub contributor @rmatif for his work on the implementation of Anima support.
|
| 45 |
-
* **License:** These files are subject to the circlestone-labs-non-commercial-license.
|
|
|
|
| 8 |
- anima
|
| 9 |
- image-generation
|
| 10 |
- quantized
|
| 11 |
+
- comfyui
|
| 12 |
base_model:
|
| 13 |
- circlestone-labs/Anima
|
| 14 |
base_model_relation: quantized
|
|
|
|
| 16 |
|
| 17 |
# ANIMA2-GGUF
|
| 18 |
|
| 19 |
+
These are GGUF quantized versions of the Anima 2 (Preview 2) model, optimized for local inference.
|
| 20 |
|
| 21 |
+
## Compatibility
|
| 22 |
|
| 23 |
+
These models work with:
|
| 24 |
+
* **ComfyUI** (via the [ComfyUI-GGUF](https://github.com/city96/ComfyUI-GGUF) node).
|
| 25 |
+
* **stable-diffusion.cpp** (CLI).
|
| 26 |
+
|
| 27 |
+
### CLI Example
|
| 28 |
|
| 29 |
```bash
|
| 30 |
./bin/sd-cli \
|
|
|
|
| 40 |
|
| 41 |
```
|
| 42 |
|
|
|
|
|
|
|
| 43 |
## Acknowledgments and Credits
|
| 44 |
|
| 45 |
* **Original Model:** circlestone-labs.
|
| 46 |
+
* **Engine:** Quantized using the [stable-diffusion.cpp](https://github.com/leejet/stable-diffusion.cpp) project.
|
| 47 |
* **Implementation:** Special thanks to GitHub contributor @rmatif for his work on the implementation of Anima support.
|
| 48 |
+
* **License:** These files are subject to the circlestone-labs-non-commercial-license.
|