Hentai Pussy inspection Pony / IL XL | 満珍楼 (COSiNE)
preview
Base model: Illustrious
Trained words: Multiple layers, multiple views, simple bacground, Character Name:2, English TEXT:2,Character profile, radar chart, close-up layer, close-up pussy, Full body layer, breasts out, breasts cutout , crotch cutout, no panties, torn clothes, breasts, nipples, pussy, fat mons, clitoris, gaping, erect clitoris, large CLITORIS, Clitoral hood, spread_pussy, Urethral,detailed pussy, gaping pussy, detailed anus,
🧠 Usage (Python)
🔑
Get your MUAPI key from
muapi.ai/access-keys
1import requests, os
2url = "https://api.muapi.ai/api/v1/sdxl-lora-image"
3headers = {"Content-Type": "application/json", "x-api-key": os.getenv("MUAPIAPP_API_KEY")}
4payload = {
5 "prompt": "masterpiece, best quality",
6 "lora_model": "hentai-pussy-inspection-pony-il-xl-cosine",
7 "lora_strength": 1.0,
8 "width": 1024,
9 "height": 1024,
10 "num_images": 1
11}
12print(requests.post(url, headers=headers, json=payload).json())