|
--- |
|
base_model: Realistic_Vision_V6.0_B1 |
|
license: apache-2.0 |
|
model_creator: SG161222 |
|
model_name: realistic-vision-v60-b1 |
|
quantized_by: Second State Inc. |
|
--- |
|
|
|
<!-- header start --> |
|
<!-- 200823 --> |
|
<div style="width: auto; margin-left: auto; margin-right: auto"> |
|
<img src="https://github.com/LlamaEdge/LlamaEdge/raw/dev/assets/logo.svg" style="width: 100%; min-width: 400px; display: block; margin: auto;"> |
|
</div> |
|
<hr style="margin-top: 1.0em; margin-bottom: 1.0em;"> |
|
<!-- header end --> |
|
|
|
# realistic-vision-v60-b1-GGUF |
|
|
|
## Original Model |
|
|
|
[Realistic_Vision_V6.0_B1](https://civitai.com/models/4201/realistic-vision-v60-b1) |
|
|
|
## Run with LlamaEdge |
|
|
|
- LlamaEdge-StableDiffusion version: [v0.2.0](https://github.com/LlamaEdge/sd-api-server/releases/tag/0.2.0) |
|
|
|
- Run as LlamaEdge service |
|
|
|
```bash |
|
wasmedge --dir .:. \ |
|
sd-api-server.wasm \ |
|
--model-name realistic_vision_v6.0_b1 \ |
|
--model realisticVisionV60B1_v51HyperVAE-Q8_0.gguf \ |
|
--task text2image |
|
``` |
|
|
|
## Quantized GGUF Models |
|
|
|
| Name | Quant method | Bits | Size | Use case | |
|
| ---- | ---- | ---- | ---- | ----- | |
|
| [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| | |
|
| [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| | |
|
| [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| | |
|
| [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| | |
|
| [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| | |
|
| [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| | |
|
| [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| | |
|
| [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| | |
|
|
|
*Quantized with stable-diffusion.cpp master-ac54e00* |
|
|