Text-to-Image
Diffusers
Safetensors
English
StableDiffusionPipeline
stable-diffusion
stable-diffusion-diffusers
photorealistic
photoreal
Instructions to use dreamlike-art/dreamlike-photoreal-2.0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use dreamlike-art/dreamlike-photoreal-2.0 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("dreamlike-art/dreamlike-photoreal-2.0", 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
Update README.md
#37
by c6404ny8t - opened
README.md
CHANGED
|
@@ -9,7 +9,7 @@ tags:
|
|
| 9 |
- photorealistic
|
| 10 |
- photoreal
|
| 11 |
- diffusers
|
| 12 |
-
inference:
|
| 13 |
---
|
| 14 |
|
| 15 |
# Dreamlike Photoreal 2.0 is a photorealistic model based on Stable Diffusion 1.5, made by [dreamlike.art](https://dreamlike.art/).
|
|
|
|
| 9 |
- photorealistic
|
| 10 |
- photoreal
|
| 11 |
- diffusers
|
| 12 |
+
inference: true
|
| 13 |
---
|
| 14 |
|
| 15 |
# Dreamlike Photoreal 2.0 is a photorealistic model based on Stable Diffusion 1.5, made by [dreamlike.art](https://dreamlike.art/).
|