Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
General
Anime
Art
Girl
Photorealistic
LandScapes
Lykon
stable-diffusion
stable-diffusion-diffusers
Instructions to use Yntec/Dreamshaper8 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yntec/Dreamshaper8 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Yntec/Dreamshaper8", 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
|
@@ -9,9 +9,25 @@ tags:
|
|
| 9 |
- Girl
|
| 10 |
- Photorealistic
|
| 11 |
- LandScapes
|
|
|
|
| 12 |
- stable-diffusion
|
| 13 |
- stable-diffusion-diffusers
|
| 14 |
- diffusers
|
| 15 |
- text-to-image
|
| 16 |
-
-
|
| 17 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
- Girl
|
| 10 |
- Photorealistic
|
| 11 |
- LandScapes
|
| 12 |
+
- Lykon
|
| 13 |
- stable-diffusion
|
| 14 |
- stable-diffusion-diffusers
|
| 15 |
- diffusers
|
| 16 |
- text-to-image
|
| 17 |
+
---
|
| 18 |
+
|
| 19 |
+
# Dreamshaper 8
|
| 20 |
+
|
| 21 |
+
Original page:
|
| 22 |
+
|
| 23 |
+
https://civitai.com/models/4384?modelVersionId=80261
|
| 24 |
+
|
| 25 |
+
Buy Lykon a coffee:
|
| 26 |
+
|
| 27 |
+
https://snipfeed.co/lykon
|
| 28 |
+
|
| 29 |
+
Sample and prompt:
|
| 30 |
+
|
| 31 |
+

|
| 32 |
+
|
| 33 |
+
PRETTY CUTE GIRL BY ROSSDRAWS. An extradimensional creature buying donuts. Pixar animation.
|