Queen's Blade GameBook Defeats (CONCEPT) IL / PONY XL | クイーンズブレイド ゲームブック 敗北ポーズ集(コンセプト)
preview
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
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": "queen-s-blade-gamebook-defeats-concept-il-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())