Text-to-Image
Diffusers
Safetensors
English
StableDiffusionPipeline
Photography
Realism
Celebrities
wavymulder
stable-diffusion
stable-diffusion-diffusers
Instructions to use Yntec/TimelessDiffusion768 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yntec/TimelessDiffusion768 with Diffusers:
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] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
File size: 908 Bytes
2c34a4c 79b60a7 2c34a4c 79b60a7 750aca0 79b60a7 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | ---
language:
- en
license: creativeml-openrail-m
tags:
- Photography
- Realism
- Celebrities
- wavymulder
- stable-diffusion
- stable-diffusion-diffusers
- text-to-image
- diffusers
inference: true
---
# 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 |