Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
stable-diffusion
stable-diffusion-diffusers
Instructions to use digiplay/calicomixreal_v2.0_diffusers with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use digiplay/calicomixreal_v2.0_diffusers with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("digiplay/calicomixreal_v2.0_diffusers", 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
|
@@ -17,6 +17,14 @@ https://civitai.com/models/83593?modelVersionId=93282
|
|
| 17 |
|
| 18 |
I use pruned v2 version.
|
| 19 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |

|
| 21 |

|
| 22 |

|
|
|
|
| 17 |
|
| 18 |
I use pruned v2 version.
|
| 19 |
|
| 20 |
+
prompt & image DEMO generated by Huggingface's API :
|
| 21 |
+
|
| 22 |
+
|
| 23 |
+
real,(8k, RAW photo, realistic, photo-realistic:1.5), masterpiece, best quality, high resolution, extremely detailed, detailed background, cinematic lighting, 1girl,beautiful , teal color hair, cat ears,spaceship,blue machines,milkyway window,control panel and monitors,sitting ,close-up ,22y.o,
|
| 24 |
+

|
| 25 |
+
|
| 26 |
+
___
|
| 27 |
+
|
| 28 |

|
| 29 |

|
| 30 |

|