Muapi/queen-s-blade-gamebook-defeats-concept-il-pony-xl
125
Queen's Blade GameBook Defeats (CONCEPT) IL / PONY XL | クイーンズブレイド ゲームブック 敗北ポーズ集(コンセプト)
Base model: Pony Trained words: (nipple), (pussy), (QB_Defeat:1.25), simple background, white background, number Text, ((red speech bubble)), trembling, focus line, vibrating line, comic expression, 1boy, (pov hand), (pov Punch), 1 girl, solo, defeat,((cowboy shot)), losing heroine, Drop weapon, wince, pain, embarrassed, nose blush, blush, tears, clenched teeth , open mouth, clothes malfunction , revealing clothes , tearing clothes , torn clothes, torn panties , pantyshot , untied panties ,
🧠 Usage (Python)
🔑 Get your MUAPI key from muapi.ai/access-keys
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": "queen-s-blade-gamebook-defeats-concept-il-pony-xl",
"lora_strength": 1.0,
"width": 1024,
"height": 1024,
"num_images": 1
}
print(requests.post(url, headers=headers, json=payload).json())