Hentai Tentacles Hard Core (Valkyria Style) (PONY XL) | 触手凌辱 (わるきゅーれ スタイル)
preview
Base model: Pony
Trained words: colorful tentacles, tentacle pit, Tentacle Restraints, tentacle floors, tentacle walls, Big tentacles, large tentacles, huge tentacles, giant tentacles, huge penis, giant penis, large insertion, Double insertion, triple insertion, inflation, lactation, stomach bulge, torn clothes, shiny, shiny skin, slime , wet skin, sweat, oral, fellatio, irrumatio, magical girl, wide spread legs, , bukkake, facial, excessive cum, cum drip, cum over, cum in pussy, vomiting cum, cum through, projectile,
🧠 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-tentacles-hard-core-valkyria-style-pony-xl",
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())