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
- Draw Things
- DiffusionBee
Rename sdxl_gguf-fp16_clip_vae.png to images/sdxl_gguf-fp16_clip_vae.png
Browse files
.gitattributes
CHANGED
|
@@ -53,3 +53,4 @@ images/Q8_0.png filter=lfs diff=lfs merge=lfs -text
|
|
| 53 |
cyberrealisticXL_v90-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 54 |
images/sdxl_checkpoint-fp16.png filter=lfs diff=lfs merge=lfs -text
|
| 55 |
images/sdxl_gguf-fp16_clip_vae-fp16-fix-fp16.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 53 |
cyberrealisticXL_v90-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 54 |
images/sdxl_checkpoint-fp16.png filter=lfs diff=lfs merge=lfs -text
|
| 55 |
images/sdxl_gguf-fp16_clip_vae-fp16-fix-fp16.png filter=lfs diff=lfs merge=lfs -text
|
| 56 |
+
images/sdxl_gguf-fp16_clip_vae.png filter=lfs diff=lfs merge=lfs -text
|
sdxl_gguf-fp16_clip_vae.png → images/sdxl_gguf-fp16_clip_vae.png
RENAMED
|
File without changes
|