Text-to-Image
Diffusers
Safetensors
English
StableDiffusionPipeline
Fenn
wildzzz
wavymulder
stable-diffusion
stable-diffusion-diffusers
Instructions to use Yntec/Timeless with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yntec/Timeless 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/Timeless", 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
- Draw Things
- DiffusionBee
TimelessAlpha Samples and prompts
#3
by Yntec - opened
(Click for larger)
Top left: timeless style portrait of heath ledger as a firefighter
Top right: timeless style samus aran
Bottom left: Rihanna
Bottom right: portrait of Stan Lee, studio lighting, colorful
(Click for larger)
Top left: timeless style cute young lady at the festival
Top right: timeless style closeup portrait of a futuristic cyberpunk handsome man in a neon alleyway
Bottom left: closeup portrait of a brave paladin knight in armor
Bottom right: closeup portrait of a brave girl paladin knight in armor
timeless style the train departing the station


