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

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

Never Ending Dream 768

768x768 version of this model for the interference API.

Also consider supporting Lykon on Patreon

Sample and prompt:

Sample

pretty CUTE girl, 1940, Magazine ad, Iconic. hyperrealistic, octane render, Painterly soft brush by yoshitomo nara ( 2 0 1 2 ), painting detailed pastel from fantasia ( 1 9 4 1 )

Official Repository:

https://huggingface.co/Lykon/NeverEnding-Dream

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

Spaces using Yntec/NeverEndingDream768 51