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
Rename Q4_K_M.png to images/Q4_K_M.png
Browse files- .gitattributes +1 -0
- Q4_K_M.png → images/Q4_K_M.png +0 -0
.gitattributes
CHANGED
|
@@ -46,3 +46,4 @@ sdxl_gguf-fp16_clip_vae.png filter=lfs diff=lfs merge=lfs -text
|
|
| 46 |
cyberrealisticXL_v90-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
images/Q2_K.png filter=lfs diff=lfs merge=lfs -text
|
| 48 |
images/Q3_K_M.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 46 |
cyberrealisticXL_v90-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
images/Q2_K.png filter=lfs diff=lfs merge=lfs -text
|
| 48 |
images/Q3_K_M.png filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
images/Q4_K_M.png filter=lfs diff=lfs merge=lfs -text
|
Q4_K_M.png → images/Q4_K_M.png
RENAMED
|
File without changes
|