Expressive Kuroinu Style + Ogres [IL, ZIT, Chroma, Pony] | Shrekman Hentai Loras
preview
Base model: Illustrious
Trained words: KKSWHNS-Style-V1.0, kuroinu-Ogre-V1.0, monster, monster boy, tusks, colored skin, red eyes, pointy ears, glowin eyes,, Multiple ogres,, expressiveKuro-V1.0, expressiveKuro-V1.0-scream, scream, expressiveKuro-V1.0-scared, scared, expressiveKuro-V1.0-angry, angry, expressiveKuro-V1.0-orgasm, orgasm, orgasm face,, expressiveKuro-V1.0-tongueoutorgasm, orgasm, orgasm face, tongue out, , expressiveKuro-V1.0-pain, , expressiveKuro-V1.0-fuckedsilly, fucked silly,
🧠 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": "expressive-kuroinu-style-ogres-il-zit-chroma-pony-shrekman-hentai-loras",
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())