Instructions to use inuptia/panties with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use inuptia/panties with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", torch_dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("inuptia/panties") prompt = "This photograph depicts a provocative image of a woman reclining on a pink satin sheet. The woman, likely in her late twenties to early thirties, has fair skin and is wearing a provocative outfit. She is dressed in a black, lace-up corset that accentuates her medium-sized breasts. The corset features intricate lace details and is tied at the back with black ribbons. She also wears black fishnet stockings that cover her legs up to her thighs. A black garter belt is visible at the top of the stockings. The woman’s pubic area is exposed, showing her black lace thong underwear, which is partially see-through and features a floral pattern.P4ntie" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add generated example
#21
by inuptia - opened
- README.md +10 -0
- images/example_rmhgrh6tz.png +0 -0
README.md
CHANGED
|
@@ -241,6 +241,16 @@ widget:
|
|
| 241 |
thighs, exposing her underwear.
|
| 242 |
output:
|
| 243 |
url: images/example_7mp8dko3s.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 244 |
base_model: black-forest-labs/FLUX.1-dev
|
| 245 |
instance_prompt: P4ntie
|
| 246 |
license: other
|
|
|
|
| 241 |
thighs, exposing her underwear.
|
| 242 |
output:
|
| 243 |
url: images/example_7mp8dko3s.png
|
| 244 |
+
- text: >-
|
| 245 |
+
P4ntie The photograph features a woman with a curvy figure, leaning forward
|
| 246 |
+
on a bathroom countertop, her back to the camera. She has fair skin with a
|
| 247 |
+
few minor blemishes and some redness on her buttocks. Her hair is long,
|
| 248 |
+
curly, and brown. She is wearing a black crop top, and a red thong that
|
| 249 |
+
accentuates her large, round buttocks. The thong has a unique crisscross
|
| 250 |
+
design on the upper part of her buttocks. Her jeans are pulled down to her
|
| 251 |
+
thighs, exposing her underwear.
|
| 252 |
+
output:
|
| 253 |
+
url: images/example_rmhgrh6tz.png
|
| 254 |
base_model: black-forest-labs/FLUX.1-dev
|
| 255 |
instance_prompt: P4ntie
|
| 256 |
license: other
|
images/example_rmhgrh6tz.png
ADDED
|