How to use from the
Use from the
Diffusers library
pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline

# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("Yntec/DreamlikeDiffusion", torch_dtype=torch.bfloat16, device_map="cuda")

prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]

Dreamlike Diffusion

768x768 version of this model with the 840KVAE baked in for improved details, specially on the eyes. Original page: https://huggingface.co/dreamlike-art/dreamlike-diffusion-1.0

Comparison:

Free online AI image generator Dreamlike Diffusion comparison

(Click for larger)

Samples and prompts:

Free online AI text to image generator samples

(Click for larger) Top left: cute girl and her father sitting in forest. A daughter with a wizard. Detailed faces in the style of Mark Brooks.

Top right: Young Elvis with his daughter. Movie still. Pretty CUTE LITTLE Girl with sister playing with miniature toy city, bokeh. DETAILED vintage colors photography brown EYES, sitting on a box of pepsis, gorgeous detailed Ponytail, cocacola can Magazine ad, iconic, 1935, sharp focus. Illustration By KlaysMoji and leyendecker and artgerm and Dave Rapoza

Bottom left: An alien planet psychedelic marijuana forest with bioluminescent lighting dark art highly detailed neon dark art deviant super detailed 4k render by gustave dore

Bottom right: Retro colors Portrait of a adorable young girl. fashion in the style of Milton Caniff

Downloads last month
70
Safetensors
Model size
0.9B params
Tensor type
F32
Β·
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Spaces using Yntec/DreamlikeDiffusion 37