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 ·
9bf6cc1
1
Parent(s): d912827
Update Changelog.MD
Browse files- Changelog.MD +10 -0
Changelog.MD
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
## V15.1
|
| 2 |
- Added natural language captions to the peed diaper concept.
|
| 3 |
- Added new Illustrious 2 variant trained on 1536x1536. This also replaces the Illustrious 1 variant, as it also works on Illustrious 1
|
|
|
|
| 1 |
+
## V16
|
| 2 |
+
- Added handmade natural language captions to `diaper` and `peed diaper` concepts images in the dataset.
|
| 3 |
+
- The `diaper` and `peed diaper` concepts are hand captioned.
|
| 4 |
+
- Other images and newer images will use a combination of three VLMs summarized into one caption with tag grounding: JoyCaption Beta 1, MiMo Vision 7B, and Gemma 3 27B. This will be done on V17.
|
| 5 |
+
- This is to ensure that this LoRA is easily usable on models such as SD3.5 and any other future natural language models.
|
| 6 |
+
- Added artist tags to all identifiable artworks due to an accidental discovery where AIDL also learned artist styles whn there was enough data.
|
| 7 |
+
- Added new diaper design: `merries`
|
| 8 |
+
- Tagged `wetness indicator`s as an attempt to separate wetness indicators from soiling (apparent when doing panty pees/poops).
|
| 9 |
+
- Redone prints and made sure to catch as many prints as possible, including the use of `polka dot diaper`, `orientation indicator`, `size indicator`
|
| 10 |
+
|
| 11 |
## V15.1
|
| 12 |
- Added natural language captions to the peed diaper concept.
|
| 13 |
- Added new Illustrious 2 variant trained on 1536x1536. This also replaces the Illustrious 1 variant, as it also works on Illustrious 1
|