Text-to-Image
Diffusers
Safetensors
English
StableDiffusionPipeline
fantasy
art
realistic
artistic
stable-diffusion
stable-diffusion-diffusers
Lykon
DarkAgent
Instructions to use Yntec/Dreamscape with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yntec/Dreamscape 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/Dreamscape", 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
Browse files
README.md
CHANGED
|
@@ -2,6 +2,19 @@
|
|
| 2 |
license: creativeml-openrail-m
|
| 3 |
library_name: diffusers
|
| 4 |
pipeline_tag: text-to-image
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
---
|
| 6 |
|
| 7 |
A mix of NeverEndingDream 1.22 and Dreamscapes & Dragonfire 2 to bring the best of both worlds!
|
|
|
|
| 2 |
license: creativeml-openrail-m
|
| 3 |
library_name: diffusers
|
| 4 |
pipeline_tag: text-to-image
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
tags:
|
| 8 |
+
- fantasy
|
| 9 |
+
- art
|
| 10 |
+
- realistic
|
| 11 |
+
- artistic
|
| 12 |
+
- stable-diffusion
|
| 13 |
+
- stable-diffusion-diffusers
|
| 14 |
+
- text-to-image
|
| 15 |
+
- Lykon
|
| 16 |
+
- DarkAgent
|
| 17 |
+
inference: true
|
| 18 |
---
|
| 19 |
|
| 20 |
A mix of NeverEndingDream 1.22 and Dreamscapes & Dragonfire 2 to bring the best of both worlds!
|