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 Q8_0.png to images/Q8_0.png
Browse files- .gitattributes +1 -0
- Q8_0.png → images/Q8_0.png +0 -0
.gitattributes
CHANGED
|
@@ -49,3 +49,4 @@ 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
|
| 50 |
images/Q5_K_S.png filter=lfs diff=lfs merge=lfs -text
|
| 51 |
images/Q6_K.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 49 |
images/Q4_K_M.png filter=lfs diff=lfs merge=lfs -text
|
| 50 |
images/Q5_K_S.png filter=lfs diff=lfs merge=lfs -text
|
| 51 |
images/Q6_K.png filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
images/Q8_0.png filter=lfs diff=lfs merge=lfs -text
|
Q8_0.png → images/Q8_0.png
RENAMED
|
File without changes
|