apepkuss79
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,54 @@
|
|
1 |
-
---
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: Yntec/3Danimation
|
3 |
+
license: creativeml-openrail-m
|
4 |
+
library_name: diffusers
|
5 |
+
pipeline_tag: text-to-image
|
6 |
+
model_creator: Yntec
|
7 |
+
model_name: 3Danimation
|
8 |
+
quantized_by: Second State Inc.
|
9 |
+
tags:
|
10 |
+
- Anime
|
11 |
+
- Disney
|
12 |
+
- 3D
|
13 |
+
- Lykon
|
14 |
+
- stable-diffusion
|
15 |
+
- stable-diffusion-diffusers
|
16 |
+
- diffusers
|
17 |
+
- text-to-image
|
18 |
+
inference: true
|
19 |
+
language:
|
20 |
+
- en
|
21 |
+
---
|
22 |
+
|
23 |
+
<!-- header start -->
|
24 |
+
<!-- 200823 -->
|
25 |
+
<div style="width: auto; margin-left: auto; margin-right: auto">
|
26 |
+
<img src="https://github.com/LlamaEdge/LlamaEdge/raw/dev/assets/logo.svg" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
27 |
+
</div>
|
28 |
+
<hr style="margin-top: 1.0em; margin-bottom: 1.0em;">
|
29 |
+
<!-- header end -->
|
30 |
+
|
31 |
+
# 3Danimation-GGUF
|
32 |
+
|
33 |
+
## Original Model
|
34 |
+
|
35 |
+
[Yntec/3Danimation](https://huggingface.co/Yntec/3Danimation)
|
36 |
+
|
37 |
+
## Run with `sd-api-server`
|
38 |
+
|
39 |
+
Go to the [sd-api-server](https://github.com/LlamaEdge/sd-api-server/blob/main/README.md) repository for more information.
|
40 |
+
|
41 |
+
## Quantized GGUF Models
|
42 |
+
|
43 |
+
| Name | Quant method | Bits | Size | Use case |
|
44 |
+
| ---- | ---- | ---- | ---- | ----- |
|
45 |
+
| [3dAnimationDiffusion_v10-Q4_0.gguf](https://huggingface.co/second-state/3dAnimationDiffusion_v10-GGUF/blob/main/3dAnimationDiffusion_v10-Q4_0.gguf) | Q4_0 | 4 | 1.57 GB | |
|
46 |
+
| [3dAnimationDiffusion_v10-Q4_1.gguf](https://huggingface.co/second-state/3dAnimationDiffusion_v10-GGUF/blob/main/3dAnimationDiffusion_v10-Q4_1.gguf) | Q4_1 | 4 | 1.59 GB | |
|
47 |
+
| [3dAnimationDiffusion_v10-Q5_0.gguf](https://huggingface.co/second-state/3dAnimationDiffusion_v10-GGUF/blob/main/3dAnimationDiffusion_v10-Q5_0.gguf) | Q5_0 | 5 | 1.62 GB | |
|
48 |
+
| [3dAnimationDiffusion_v10-Q5_1.gguf](https://huggingface.co/second-state/3dAnimationDiffusion_v10-GGUF/blob/main/3dAnimationDiffusion_v10-Q5_1.gguf) | Q5_1 | 5 | 1.64 GB | |
|
49 |
+
| [3dAnimationDiffusion_v10-Q8_0.gguf](https://huggingface.co/second-state/3dAnimationDiffusion_v10-GGUF/blob/main/3dAnimationDiffusion_v10-Q8_0.gguf) | Q8_0 | 8 | 1.76 GB | |
|
50 |
+
| [3dAnimationDiffusion_v10-f16.gguf](https://huggingface.co/second-state/3dAnimationDiffusion_v10-GGUF/blob/main/3dAnimationDiffusion_v10-f16.gguf) | f16 | 16 | 2.13 GB | |
|
51 |
+
| [vae-Q8_0.gguf](https://huggingface.co/second-state/3dAnimationDiffusion_v10-GGUF/blob/main/vae-Q8_0.gguf) | Q8_0 | 8 | 165 MB | |
|
52 |
+
| [vae-f16.gguf](https://huggingface.co/second-state/3dAnimationDiffusion_v10-GGUF/blob/main/vae-f16.gguf) | f16 | 16 | 167 MB | |
|
53 |
+
|
54 |
+
**Quantized with stable-diffusion.cpp `master-697d000`.**
|