CoolFace
Modelpublic

Muapi/xxx-hard-irrumatio-deepthroat-generator-pony-il-xl

sourceHugging Faceopenrail++updated 3mo agoView on Hugging Face
0likes39downloads
Model Card

XXX HARD Irrumatio DeepThroat Generator / Pony IL XL | ハード イラマチオ 洋物 ジェネレーター

[image]

Base model: Pony Trained words: ((facial)),(lube), cum on hair, cum on tongue, cum string, cum in mouth, bukkake, excessive cum, Blowing saliva bubbles, semen bubbles, 1 girl, solo forcas, crying, saliva, saliva trail, tears, makeup, eyelashes, lipstick, lips, eyeshadow, (deepthroat), :>=, fellatio, oral, 1boy, dark-skinned male, very dark skin, large penis, erection, fat, veiny penis, , upside-down, lying back, Looking up , from above, facing up,, pov, pov penis, girl on boy, handjob, licking, open mouth,

🧠 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": "xxx-hard-irrumatio-deepthroat-generator-pony-il-xl",
    "lora_strength": 1.0,
    "width": 1024,
    "height": 1024,
    "num_images": 1
}
print(requests.post(url, headers=headers, json=payload).json())