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/Dreamlike", dtype=torch.bfloat16, device_map="cuda")

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

Dreamlike

What happens when in the process of making your mix you have to create an intermediate "temporary" model, and it ends up looking better than your mix? You get Dreamlike.

Samples and prompt:

Sample

Sample

Sample

Close up of a pretty CUTE girl wearing a colourful octopus as a hat, fantasy, intricate, elegant, highly detailed, digital painting, artstation, concept art, smooth, 8 k, sharp focus, illustration, drawing by ROSSDRAWS and Clay Mann and artgerm and greg rutkowski and alphonse mucha

Full story:

https://huggingface.co/Yntec/dreamlike-photoreal-remix/

Full recipe:

https://huggingface.co/Yntec/dreamlike-photoreal-remix/discussions/3

Original page:

https://huggingface.co/dreamlike-art/dreamlike-photoreal-2.0

Downloads last month
27
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Spaces using Yntec/Dreamlike 78