Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
Base Model
Art
Creativity
Clumsy_Trainer
OneRing
DucHaiten
stable-diffusion
stable-diffusion-diffusers
Instructions to use Yntec/LadyNostalgia with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yntec/LadyNostalgia 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/LadyNostalgia", torch_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
|
@@ -39,7 +39,7 @@ The compositions of NostalgicLife (which includes Clumsy_Trainer's Cool Kids v1
|
|
| 39 |
|
| 40 |
Original pages:
|
| 41 |
|
| 42 |
-
https://huggingface.co/Yntec/
|
| 43 |
|
| 44 |
https://civitai.com/models/137781?modelVersionId=152147 (Esthetic Retro Anime)
|
| 45 |
|
|
@@ -55,6 +55,8 @@ https://huggingface.co/Yntec/Nostalgic
|
|
| 55 |
|
| 56 |
https://huggingface.co/AsAHuman/chilloutmix
|
| 57 |
|
|
|
|
|
|
|
| 58 |
# Recipe:
|
| 59 |
|
| 60 |
- SuperMerger Weight Sum use MBW 1,0,0,0,0,0,0,0,0,0,1,1,1,0,1,1,1,1,1,1,0,0,0,1,1,1
|
|
|
|
| 39 |
|
| 40 |
Original pages:
|
| 41 |
|
| 42 |
+
https://huggingface.co/Yntec/NostalgicLife
|
| 43 |
|
| 44 |
https://civitai.com/models/137781?modelVersionId=152147 (Esthetic Retro Anime)
|
| 45 |
|
|
|
|
| 55 |
|
| 56 |
https://huggingface.co/AsAHuman/chilloutmix
|
| 57 |
|
| 58 |
+
https://huggingface.co/Yntec/La-dee-dah-.-_
|
| 59 |
+
|
| 60 |
# Recipe:
|
| 61 |
|
| 62 |
- SuperMerger Weight Sum use MBW 1,0,0,0,0,0,0,0,0,0,1,1,1,0,1,1,1,1,1,1,0,0,0,1,1,1
|