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

|
| 18 |
+
|
| 19 |
+
(Click for larger)
|
| 20 |
+
|
| 21 |
+
Top left: timeless style portrait of heath ledger as a firefighter
|
| 22 |
+
|
| 23 |
+
Top right: timeless style samus aran
|
| 24 |
+
|
| 25 |
+
Bottom left: Rihanna
|
| 26 |
+
|
| 27 |
+
Bottom right: portrait of Stan Lee, studio lighting, colorful
|
| 28 |
+
|