Text-to-Image
Diffusers
Safetensors
English
StableDiffusionPipeline
Photography
Realism
Celebrities
wavymulder
stable-diffusion
stable-diffusion-diffusers
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("Yntec/TimelessDiffusion768", dtype=torch.bfloat16, device_map="cuda")
prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]Timeless Diffusion
768x768 version of this model for the inference API. Original page: https://huggingface.co/wavymulder/timeless-diffusion/
Samples and prompts:
(Click for larger)
Top left: timeless style movie still closeup audrey hepburn and sandra bullock sitting with her daughter. From Garden of Eden (1969). cute face. Detailed eyes. London parade
Top right: timeless style natalie portman hollywood glamour
Bottom left: timeless style civil war portrait Rihanna
Bottom right: timeless style heath ledger wearing a golden laurel wreath
- Downloads last month
- 17
