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
Update README.md
Browse files
README.md
CHANGED
|
@@ -12,5 +12,17 @@ inference: true
|
|
| 12 |
---
|
| 13 |
(under construction)
|
| 14 |
|
|
|
|
| 15 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
|
|
|
|
| 12 |
---
|
| 13 |
(under construction)
|
| 14 |
|
| 15 |
+
Samples and prompts:
|
| 16 |
|
| 17 |
+

|
| 18 |
+
|
| 19 |
+
(Click for larger)
|
| 20 |
+
|
| 21 |
+
Top left: portrait of heath ledger as a firefighter
|
| 22 |
+
|
| 23 |
+
Top right: timeless style samus aran
|
| 24 |
+
|
| 25 |
+
Bottom left: cute young lady at the festival
|
| 26 |
+
|
| 27 |
+
Bottom right: timeless style closeup portrait of a futuristic cyberpunk handsome man in a neon alleyway
|
| 28 |
|