Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
Base Model
Photorealism
Realism
Jehovah
stable-diffusion
stable-diffusion-diffusers
Instructions to use Yntec/La-dee-dah-.-_ with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yntec/La-dee-dah-.-_ 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/La-dee-dah-.-_", 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
|
@@ -3,8 +3,28 @@ license: creativeml-openrail-m
|
|
| 3 |
library_name: diffusers
|
| 4 |
pipeline_tag: text-to-image
|
| 5 |
tags:
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
- stable-diffusion
|
| 7 |
- stable-diffusion-diffusers
|
| 8 |
- diffusers
|
| 9 |
- text-to-image
|
| 10 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
library_name: diffusers
|
| 4 |
pipeline_tag: text-to-image
|
| 5 |
tags:
|
| 6 |
+
- Base Model
|
| 7 |
+
- Photorealism
|
| 8 |
+
- Realism
|
| 9 |
+
- Jehovah
|
| 10 |
- stable-diffusion
|
| 11 |
- stable-diffusion-diffusers
|
| 12 |
- diffusers
|
| 13 |
- text-to-image
|
| 14 |
+
---
|
| 15 |
+
|
| 16 |
+
# La dee dah~♪
|
| 17 |
+
|
| 18 |
+
ChilloutMix merged with Lehina Model V2.
|
| 19 |
+
|
| 20 |
+
Sample and prompt:
|
| 21 |
+
|
| 22 |
+

|
| 23 |
+
|
| 24 |
+
A busy arcade in the 80's, face, intricate, sony a7r iv, symmetric balance, polarizing filter, Box of a very successful game board in sales, thriller game, front shot. Pretty CUTE LITTLE girl. photolab, lightroom, 4k, dolby vision, photography award. Surprised. By tyler edlin in the style of wlop.
|
| 25 |
+
|
| 26 |
+
Original pages:
|
| 27 |
+
|
| 28 |
+
https://civitai.com/models/66043?modelVersionId=164634 (Lehina Model V2)
|
| 29 |
+
|
| 30 |
+
https://huggingface.co/AsAHuman/chilloutmix
|