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/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:

Timeless Diffusion free AI image generator

(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
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Spaces using Yntec/TimelessDiffusion768 32