Text-to-Image
Diffusers
Safetensors
English
StableDiffusionPipeline
Photorealistic
Photo
Girls
sinatra
stable-diffusion
stable-diffusion-1.5
stable-diffusion-diffusers
Instructions to use Yntec/RealDream with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yntec/RealDream 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/RealDream", 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
| license: creativeml-openrail-m | |
| library_name: diffusers | |
| pipeline_tag: text-to-image | |
| language: | |
| - en | |
| tags: | |
| - Photorealistic | |
| - Photo | |
| - Girls | |
| - sinatra | |
| - stable-diffusion | |
| - stable-diffusion-1.5 | |
| - stable-diffusion-diffusers | |
| - diffusers | |
| - text-to-image | |
| # Real Dream 11 | |
| My favorite version of Real Dream, the peak before it became a model more similar to other ones! Showcase and prompts (all use seed 9119): | |
|  | |
| Movie still of Little girl waiting for the ai to work again | |
|  | |
| prompt = "cinematic 70s movie still, pretty school girl hugging bearded man, cleavage, classroom, Uniforms, blackboard. Pinup. He wears a red backpack, bokeh" | |
|  | |
| prompt = "a photo of a beautiful young girl, complex silver sombrero, grilling steak, curly hair, ginger, professional hdr photo, realistic photograph, city kitchen background, best quality, 80mm f/2.8, photography by alphabecky weekly and Maxim magazine, trending on flickr," | |
|  | |
| (click for larger) | |
| Left: "Pretty Elizabeth Watermelons Woman is buying (melons) at the Grocery Store, brunette, looking at Produce Section, lots of melons and other fruits and vegetables, add_detail," | |
| Right: "Pretty Elizabeth Watermelons Woman is buying (melons), at the Grocery Store, brunette, looking at Produce Section, lots of melons and other and vegetables, add_detail," | |
| Note: Not sure which one was better so why not both? | |
| Original page: | |
| https://huggingface.co/luisrguerra/sd-1.5-real-dream/tree/main |