Text-to-Image
Diffusers
Safetensors
English
StableDiffusionPipeline
johnslegers
Base Model
General Purpose
Everything
stable-diffusion
stable-diffusion-diffusers
Instructions to use Yntec/EpicDiffusion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yntec/EpicDiffusion 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/EpicDiffusion", 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
|
@@ -24,6 +24,8 @@ Samples and prompts:
|
|
| 24 |
|
| 25 |

|
| 26 |
|
|
|
|
|
|
|
| 27 |
Top left: high resolution concept art of an apartment living room overlooking a large futuristic city with floor to ceiling windows and mid century modern furniture cinematic lighting cgsociety
|
| 28 |
|
| 29 |
Top right: cute 70s little girl in tricycle, Screenshot of an surreal analog round jean minimalist architecture, pretty eyes, Sharp still light, 35mm from a sci fi blockbuster color movie made in 2023, beautiful portrait, Dorothy, set in 1860, in front of a spaceship that has just landed on an alien planet, are all wearing, a robot stands nearby
|
|
|
|
| 24 |
|
| 25 |

|
| 26 |
|
| 27 |
+
(Click for larger)
|
| 28 |
+
|
| 29 |
Top left: high resolution concept art of an apartment living room overlooking a large futuristic city with floor to ceiling windows and mid century modern furniture cinematic lighting cgsociety
|
| 30 |
|
| 31 |
Top right: cute 70s little girl in tricycle, Screenshot of an surreal analog round jean minimalist architecture, pretty eyes, Sharp still light, 35mm from a sci fi blockbuster color movie made in 2023, beautiful portrait, Dorothy, set in 1860, in front of a spaceship that has just landed on an alien planet, are all wearing, a robot stands nearby
|