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
| language: | |
| - en | |
| library_name: diffusers | |
| pipeline_tag: text-to-image | |
| tags: | |
| - johnslegers | |
| - Base Model | |
| - General Purpose | |
| - Everything | |
| - stable-diffusion | |
| - stable-diffusion-diffusers | |
| - diffusers | |
| - text-to-image | |
| inference: true | |
| license: creativeml-openrail-m | |
| # Epic Diffusion 1.1 | |
| 768x768 version of this model for the inference API. | |
| Samples and prompts: | |
|  | |
| (Click for larger) | |
| 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 | |
| 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 | |
| Bottom left: analog style 70s color Closeup photograph of young Tom Cruise as James Bond, golden gun behind the scenes | |
| Bottom right: planet base, windows, night, ground level, no man's sky, digital art, highly detailed, intricate, sharp focus, Trending on Artstation HQ, deviantart, unreal engine 5, 4K UHD image | |
| Original page: https://huggingface.co/johnslegers/epic-diffusion-v1.1 |