Text-to-Image
Diffusers
Safetensors
English
StableDiffusionPipeline
Open
openskyml
Stable Diffusion
Text to image
AI image generator
stable-diffusion
stable-diffusion-diffusers
Instructions to use Yntec/OpenDiffusion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yntec/OpenDiffusion 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/OpenDiffusion", 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
| license: creativeml-openrail-m | |
| language: | |
| - en | |
| tags: | |
| - Open | |
| - openskyml | |
| - Stable Diffusion | |
| - Text to image | |
| - AI image generator | |
| - stable-diffusion | |
| - stable-diffusion-diffusers | |
| - diffusers | |
| - text-to-image | |
| pipeline_tag: text-to-image | |
| # Open Diffusion | |
| 768x768 safetensors version of this model. Samples and prompts (all use seed 9119): | |
|  | |
| 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 | |
|  | |
| pretty CUTE little girl, 1940, DETAILED CHIBI EYES, Magazine ad, Iconic. fashion skirts. art, painting by greg rutkowki, ROSSDRAWS and Clay Mann | |
|  | |
| 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 | |
|  | |
| beautiful detailed girl, Cartoon Pretty CUTE LITTLE Girl, DETAILED CHIBI EYES. sitting on a box of ramen, holding antique ramen, detailed KITCHEN, Ponytail, key monitor, Magazine computer ad, iconic, 1949, sharp focus. Acrylic on canvas By KlaysMoji, Clay Mann and leyendecker, | |
| Original 512x512 ckpt version: https://huggingface.co/openskyml/open-diffusion-v1 |