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
#13
by inuptia - opened
- README.md +12 -0
- images/example_hr457vf72.png +0 -0
README.md
CHANGED
|
@@ -145,6 +145,18 @@ widget:
|
|
| 145 |
white bunny face and a blue circle on them.
|
| 146 |
output:
|
| 147 |
url: images/example_ejj51hhl9.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 148 |
base_model: black-forest-labs/FLUX.1-dev
|
| 149 |
instance_prompt: P4ntie
|
| 150 |
license: other
|
|
|
|
| 145 |
white bunny face and a blue circle on them.
|
| 146 |
output:
|
| 147 |
url: images/example_ejj51hhl9.png
|
| 148 |
+
- text: >-
|
| 149 |
+
P4ntie This is a high-resolution photograph featuring a woman lying on her
|
| 150 |
+
stomach on a bed with crumpled white sheets. The woman, who appears to be
|
| 151 |
+
Caucasian, has long, wavy, platinum blonde hair cascading down her back. She
|
| 152 |
+
is wearing an intricate, white, lace bodysuit that is semi-transparent and
|
| 153 |
+
covers her body in an intricate, floral pattern. The bodysuit has cutouts
|
| 154 |
+
that reveal her buttocks and upper thighs, creating a provocative, yet
|
| 155 |
+
elegant look. The lace material clings to her skin, emphasizing her curves
|
| 156 |
+
and the smooth texture of her skin. The bodysuit also includes stockings
|
| 157 |
+
that match the lace pattern, covering her legs up to her thighs.
|
| 158 |
+
output:
|
| 159 |
+
url: images/example_hr457vf72.png
|
| 160 |
base_model: black-forest-labs/FLUX.1-dev
|
| 161 |
instance_prompt: P4ntie
|
| 162 |
license: other
|
images/example_hr457vf72.png
ADDED
|