Text-to-Image
Diffusers
Safetensors
English
StableDiffusionPipeline
stable-diffusion
art
artistic
Lykon
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:
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:
- Downloads last month
- 15
