CoolFace
Modelpublic

Muapi/jav-hard-bdsm-generator-bondage-wall-pony-il-xl

sourceHugging Faceopenrail++updated 4mo agoView on Hugging Face
0likes70downloads
Model Card

JAV HARD BDSM Generator (bondage wall ) Pony / IL XL | 拘束少女快楽拷問 アダルト ビデオ ジェネレーター

[image]

Base model: Pony Trained words: 1girl, legs up, m legs, licking, slave, spread legs, wide spread legs, nude, close-up pussy, abuse, crying, screaming, shiny skin, drooling, saliva, 2boys, mmf threesome, hetero, bdsm, ankle cuffs , chain , bondage, bound, restrained, stationary restraints against wall, bound ankles, bound arms, bound legs, bound wrists, chained, , (oral), ((cunnilingus)), perfect hands, spread_pussy, male profile, tongue, tongue in pussy, grabbing buttocks, grabbing pussy,, Hands holding dildo, hands holding vibrator, Foreign object vaginal insertion,, (pov), (sex), large insertion, large penis, thick penis, , bukkake, facial, excessive cum, cum drip, cum over, cum in pussy,

🧠 Usage (Python)

🔑 Get your MUAPI key from muapi.ai/access-keys

python
import requests, os
url = "https://api.muapi.ai/api/v1/sdxl-lora-image"
headers = {"Content-Type": "application/json", "x-api-key": os.getenv("MUAPIAPP_API_KEY")}
payload = {
    "prompt": "masterpiece, best quality",
    "lora_model": "jav-hard-bdsm-generator-bondage-wall-pony-il-xl",
    "lora_strength": 1.0,
    "width": 1024,
    "height": 1024,
    "num_images": 1
}
print(requests.post(url, headers=headers, json=payload).json())