Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
Retro
Vintage
Illustrations
Elldreth
stable-diffusion
stable-diffusion-diffusers
Instructions to use Yntec/ElldrethSRetroMix with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yntec/ElldrethSRetroMix 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/ElldrethSRetroMix", 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
|
@@ -29,9 +29,9 @@ Samples and prompts:
|
|
| 29 |
|
| 30 |

|
| 31 |
|
| 32 |
-
Top left:
|
| 33 |
|
| 34 |
-
Top right:
|
| 35 |
|
| 36 |
Bottom left: an adorable baby polar Bear playing cocacola bottle in a club, whimsical cartoon children book illustration. chibi eyes
|
| 37 |
|
|
|
|
| 29 |
|
| 30 |

|
| 31 |
|
| 32 |
+
Top left: Cute chibi toddler girl, 1940, iconic, highly detailed, digital painting, artstation, sharp focus, streamlined, by kyoani and makoto shinkai and akihiko yoshida and hidari and ROSSDRAWS
|
| 33 |
|
| 34 |
+
Top right: Girls portrait. out worn Retro washed Stock colors Closeup detailed eyes faces movie TRAILER TV. Santa and daughters enjoying tacos with enchiladas. sitting with a pretty cute little girl, Art Christmas Theme by Gil_Elvgren and Haddon_Sundblom. Posing
|
| 35 |
|
| 36 |
Bottom left: an adorable baby polar Bear playing cocacola bottle in a club, whimsical cartoon children book illustration. chibi eyes
|
| 37 |
|