apepkuss79
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,50 @@
|
|
1 |
-
---
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: Realistic_Vision_V6.0_B1
|
3 |
+
license: apache-2.0
|
4 |
+
model_creator: SG161222
|
5 |
+
model_name: realistic-vision-v60-b1
|
6 |
+
quantized_by: Second State Inc.
|
7 |
+
---
|
8 |
+
|
9 |
+
<!-- header start -->
|
10 |
+
<!-- 200823 -->
|
11 |
+
<div style="width: auto; margin-left: auto; margin-right: auto">
|
12 |
+
<img src="https://github.com/LlamaEdge/LlamaEdge/raw/dev/assets/logo.svg" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
13 |
+
</div>
|
14 |
+
<hr style="margin-top: 1.0em; margin-bottom: 1.0em;">
|
15 |
+
<!-- header end -->
|
16 |
+
|
17 |
+
# realistic-vision-v60-b1-GGUF
|
18 |
+
|
19 |
+
## Original Model
|
20 |
+
|
21 |
+
[Realistic_Vision_V6.0_B1](https://civitai.com/models/4201/realistic-vision-v60-b1)
|
22 |
+
|
23 |
+
## Run with LlamaEdge
|
24 |
+
|
25 |
+
- LlamaEdge-StableDiffusion version: [v0.2.0](https://github.com/LlamaEdge/sd-api-server/releases/tag/0.2.0)
|
26 |
+
|
27 |
+
- Run as LlamaEdge service
|
28 |
+
|
29 |
+
```bash
|
30 |
+
wasmedge --dir .:. \
|
31 |
+
sd-api-server.wasm \
|
32 |
+
--model-name realistic_vision_v6.0_b1 \
|
33 |
+
--model realisticVisionV60B1_v51HyperVAE-Q8_0.gguf \
|
34 |
+
--task text2image
|
35 |
+
```
|
36 |
+
|
37 |
+
## Quantized GGUF Models
|
38 |
+
|
39 |
+
| Name | Quant method | Bits | Size | Use case |
|
40 |
+
| ---- | ---- | ---- | ---- | ----- |
|
41 |
+
| [realisticVisionV60B1_v51HyperVAE-Q2_K.gguf](https://huggingface.co/second-state/Realistic_Vision_V6.0_B1-GGUF/blob/main/realisticVisionV60B1_v51HyperVAE-Q2_K.gguf) | Q2_K | 2 | 1.54 GB| |
|
42 |
+
| [realisticVisionV60B1_v51HyperVAE-Q3_K.gguf](https://huggingface.co/second-state/Realistic_Vision_V6.0_B1-GGUF/blob/main/realisticVisionV60B1_v51HyperVAE-Q3_K.gguf) | Q3_K | 3 | 1.57 GB| |
|
43 |
+
| [realisticVisionV60B1_v51HyperVAE-Q4_0.gguf](https://huggingface.co/second-state/Realistic_Vision_V6.0_B1-GGUF/blob/main/realisticVisionV60B1_v51HyperVAE-Q4_0.gguf) | Q4_0 | 4 | 1.57 GB| |
|
44 |
+
| [realisticVisionV60B1_v51HyperVAE-Q4_1.gguf](https://huggingface.co/second-state/Realistic_Vision_V6.0_B1-GGUF/blob/main/realisticVisionV60B1_v51HyperVAE-Q4_1.gguf) | Q4_1 | 4 | 1.59 GB| |
|
45 |
+
| [realisticVisionV60B1_v51HyperVAE-Q4_k.gguf](https://huggingface.co/second-state/Realistic_Vision_V6.0_B1-GGUF/blob/main/realisticVisionV60B1_v51HyperVAE-Q4_k.gguf) | Q4_K | 4 | 1.62 GB| |
|
46 |
+
| [realisticVisionV60B1_v51HyperVAE-Q5_0.gguf](https://huggingface.co/second-state/Realistic_Vision_V6.0_B1-GGUF/blob/main/realisticVisionV60B1_v51HyperVAE-Q5_0.gguf) | Q5_0 | 5 | 1.62 GB| |
|
47 |
+
| [realisticVisionV60B1_v51HyperVAE-Q5_1.gguf](https://huggingface.co/second-state/Realistic_Vision_V6.0_B1-GGUF/blob/main/realisticVisionV60B1_v51HyperVAE-Q5_1.gguf) | Q5_1 | 5 | 1.64 GB| |
|
48 |
+
| [realisticVisionV60B1_v51HyperVAE-Q8_0.gguf](https://huggingface.co/second-state/Realistic_Vision_V6.0_B1-GGUF/blob/main/realisticVisionV60B1_v51HyperVAE-Q8_0.gguf) | Q8_0 | 8 | 1.77 GB| |
|
49 |
+
|
50 |
+
*Quantized with stable-diffusion.cpp master-ac54e00*
|