Instructions to use InsecureErasure/CyberRealisticXL-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use InsecureErasure/CyberRealisticXL-GGUF with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("InsecureErasure/CyberRealisticXL-GGUF", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -12,10 +12,10 @@ tags:
|
|
| 12 |
- diffusers
|
| 13 |
---
|
| 14 |
|
| 15 |
-
# CyberRealistic XL
|
| 16 |
|
| 17 |
This repository contains the extracted components and GGUF quantizations of
|
| 18 |
-
[CyberRealistic XL
|
| 19 |
by [Cyberdelia](https://civitai.com/user/Cyberdelia), intended for use with
|
| 20 |
[ComfyUI-GGUF](https://github.com/city96/ComfyUI-GGUF).
|
| 21 |
|
|
@@ -38,7 +38,7 @@ The following table shows the difference between some of the K-quants available
|
|
| 38 |
|
| 39 |
All images were generated using the same prompt, seed, and sampler settings.
|
| 40 |
|
| 41 |
-
* **Checkpoint:** [cyberrealisticXL
|
| 42 |
* **Prompt:** *ultra detailed bust portrait of a 28-year-old woman, medium shot, wearing turtle neck sweater, subject centered, natural framing, 50mm lens, realistic skin texture, detailed eyes, soft cinematic lighting, professional photography, high dynamic range, sharp focus, natural colors*
|
| 43 |
* **Negative prompt:** *lowres, blurry, oversharpened, jpeg artifacts, bad anatomy, extra fingers, deformed hands, cross-eye, plastic skin, overexposed, underexposed, watermark, text, logo*
|
| 44 |
* **Sampler:** dpmpp_2m
|
|
@@ -49,21 +49,19 @@ All images were generated using the same prompt, seed, and sampler settings.
|
|
| 49 |
|
| 50 |
```
|
| 51 |
/
|
| 52 |
-
βββ
|
| 53 |
-
βββ
|
| 54 |
-
βββ
|
| 55 |
-
βββ
|
| 56 |
-
βββ
|
| 57 |
-
βββ
|
| 58 |
-
βββ
|
| 59 |
-
βββ
|
| 60 |
-
βββ
|
| 61 |
-
|
| 62 |
-
βββ cyberrealisticXL_v90_clip_g.safetensors
|
| 63 |
-
βββ cyberrealisticXL_v90_vae.safetensors
|
| 64 |
```
|
| 65 |
## Credits
|
| 66 |
|
| 67 |
This repository contains derived weights from
|
| 68 |
-
[CyberRealistic XL
|
| 69 |
by [Cyberdelia](https://civitai.com/user/Cyberdelia), used under its original license.
|
|
|
|
| 12 |
- diffusers
|
| 13 |
---
|
| 14 |
|
| 15 |
+
# CyberRealistic XL v10.0 β GGUF
|
| 16 |
|
| 17 |
This repository contains the extracted components and GGUF quantizations of
|
| 18 |
+
[CyberRealistic XL v10.0](https://civitai.com/models/312530?modelVersionId=2840768)
|
| 19 |
by [Cyberdelia](https://civitai.com/user/Cyberdelia), intended for use with
|
| 20 |
[ComfyUI-GGUF](https://github.com/city96/ComfyUI-GGUF).
|
| 21 |
|
|
|
|
| 38 |
|
| 39 |
All images were generated using the same prompt, seed, and sampler settings.
|
| 40 |
|
| 41 |
+
* **Checkpoint:** [cyberrealisticXL v10.0](https://civitai.com/models/312530?modelVersionId=2840768) by [Cyberdelia](https://civitai.com/user/Cyberdelia)
|
| 42 |
* **Prompt:** *ultra detailed bust portrait of a 28-year-old woman, medium shot, wearing turtle neck sweater, subject centered, natural framing, 50mm lens, realistic skin texture, detailed eyes, soft cinematic lighting, professional photography, high dynamic range, sharp focus, natural colors*
|
| 43 |
* **Negative prompt:** *lowres, blurry, oversharpened, jpeg artifacts, bad anatomy, extra fingers, deformed hands, cross-eye, plastic skin, overexposed, underexposed, watermark, text, logo*
|
| 44 |
* **Sampler:** dpmpp_2m
|
|
|
|
| 49 |
|
| 50 |
```
|
| 51 |
/
|
| 52 |
+
βββ cyberrealisticXL_v100-F16.gguf
|
| 53 |
+
βββ cyberrealisticXL_v100-Q8_0.gguf
|
| 54 |
+
βββ cyberrealisticXL_v100-Q6_K.gguf
|
| 55 |
+
βββ cyberrealisticXL_v100-Q5_K_S.gguf
|
| 56 |
+
βββ cyberrealisticXL_v100-Q4_K_M.gguf
|
| 57 |
+
βββ cyberrealisticXL_v100-Q3_K_M.gguf
|
| 58 |
+
βββ cyberrealisticXL_v100-Q2_K.gguf
|
| 59 |
+
βββ clip/
|
| 60 |
+
βββ cyberrealisticXL_v100_clip_g.safetensors
|
| 61 |
+
βββ cyberrealisticXL_v100_clip_l.safetensors
|
|
|
|
|
|
|
| 62 |
```
|
| 63 |
## Credits
|
| 64 |
|
| 65 |
This repository contains derived weights from
|
| 66 |
+
[CyberRealistic XL v10.0](https://civitai.com/models/312530?modelVersionId=2840768)
|
| 67 |
by [Cyberdelia](https://civitai.com/user/Cyberdelia), used under its original license.
|