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 Settings
- Draw Things
- DiffusionBee
| language: | |
| - en | |
| license: creativeml-openrail-m | |
| tags: | |
| - Fenn | |
| - wildzzz | |
| - wavymulder | |
| - stable-diffusion | |
| - stable-diffusion-diffusers | |
| - text-to-image | |
| - diffusers | |
| inference: true | |
| base_model: | |
| - Yntec/fennPhoto | |
| - Yntec/IncredibleWorld2 | |
| - wavymulder/timeless-diffusion | |
| base_model_relation: merge | |
| # Timeless | |
| A mix of Timeless Diffusion and FabulousAlpha (which includes fennPhoto and Incredible World 2) to make a model that doesn't rely as much on negative prompts and that delivers even if "timeless style" isn't in the prompt. | |
| Samples and prompts: | |
|  | |
| (Click for larger) | |
| Top left: timeless style audrey hepburn | |
| Top right: timeless style portrait of heath ledger, studio lighting, colorful | |
| Bottom left: portrait of Stan Lee as a firefighter | |
| Bottom right: closeup portrait of a futuristic cyberpunk rihanna in a neon alleyway | |
|  | |
| (Click for larger) | |
| Top left: timeless style samus aran | |
| Top right: timeless style civil war portrait Leonardo Dicaprio | |
| Bottom left: closeup portrait of a brave paladin knight in armor | |
| Bottom right: cute young lady at the festival | |
|  | |
| (Click for larger) | |
| Top left: timeless style cute young lady at the japanese gardens in snow | |
| Top right: london during the industrial revolution | |
| Bottom left: timeless style Sandra Bullock victorian portrait as Django | |
| Bottom right: emma stone in space | |
| Original pages: | |
| https://huggingface.co/wavymulder/timeless-diffusion/ | |
| https://huggingface.co/Yntec/Fabulous | |
| https://civitai.com/models/143386?modelVersionId=163019 (Incredible World 2) | |
| https://civitai.com/models/153869/fenn-photo | |
| https://huggingface.co/Yntec/RetroLife | |
| # Timeless Alpha | |
| An attempt to do this by using the Retrolife model, check samples at: https://huggingface.co/Yntec/Timeless/discussions/3 | |
| # Fabulous Alpha | |
| A variant of fabulous that mixes its models 50/50 for the purposes of mixing it with Timeless Diffusion. | |
| # Recipes: | |
| - SuperMerger Weight sum Train Difference Use MBW 1,0,0,0,1,1,1,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,0,0,0 | |
| Model A: | |
| IncredibleWorld2 | |
| Model B: | |
| FennPhoto | |
| Output Model: | |
| FabulousAlpha | |
| - SuperMerger Add Difference Train Difference Alpha 1 | |
| Model A: TimelessDiffusion | |
| Model B: Retrolife | |
| Model C: Stable Diffusion 1.5 | |
| Output Model: | |
| TimelessAlpha | |
| - SuperMerger Add Difference Train Difference Alpha 1 | |
| Model A: TimelessDiffusion | |
| Model B: FabulousAlpha | |
| Model C: Stable Diffusion 1.5 | |
| Output Model: | |
| TimelessOmega | |
| - SuperMerger Add Difference Train Difference Alpha 1 | |
| Model A: FabulousAlpha | |
| Model B: TimelessOmega | |
| Model C: Stable Diffusion 1.5 | |
| Output Model: | |
| Timeless |