Text-to-Image
Diffusers
stable-diffusion
lora
diaper
abdl
scat
omorashi
concept
Not-For-All-Audiences
Instructions to use mrpopsalot/aidl-omoaishi with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use mrpopsalot/aidl-omoaishi with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("ChenkinRF/ChenkinNoob-XL-v0.2-Rectified-Flow,Laxhar/noobai-XL-Vpred-1.0,OnomaAIResearch/Illustrious-XL-v2.0,neta-art/neta-lumina,CabalResearch/Mugen", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("mrpopsalot/aidl-omoaishi") 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
Commit ·
4fb7eca
1
Parent(s): 7e29b54
fix license
Browse files
README.md
CHANGED
|
@@ -5,7 +5,7 @@ tags:
|
|
| 5 |
- lora
|
| 6 |
- diffusers
|
| 7 |
- not-for-all-audiences
|
| 8 |
-
license: apache-2
|
| 9 |
base_model:
|
| 10 |
- Laxhar/noobai-XL-Vpred-1.0
|
| 11 |
---
|
|
|
|
| 5 |
- lora
|
| 6 |
- diffusers
|
| 7 |
- not-for-all-audiences
|
| 8 |
+
license: apache-2.0
|
| 9 |
base_model:
|
| 10 |
- Laxhar/noobai-XL-Vpred-1.0
|
| 11 |
---
|