Muapi/qwen-ltx2.3-flux2-wan-2.2-t2v-huge-breasts-large-breasts
090
QWEN / LTX2.3 / FLUX2 / WAN 2.2 T2V - Huge Breasts - Large Breasts
Base model: LTXV 2.3 Trained words: huge bust, huge breasts, huge saggy breasts
๐ง Usage (Python)
๐ Get your MUAPI key from muapi.ai/access-keys
import requests, os
url = "https://api.muapi.ai/api/v1/ltx_lora_video"
headers = {"Content-Type": "application/json", "x-api-key": os.getenv("MUAPIAPP_API_KEY")}
payload = {
"prompt": "masterpiece, best quality",
"lora_model": "qwen-ltx2.3-flux2-wan-2.2-t2v-huge-breasts-large-breasts",
"lora_strength": 1.0,
"width": 768,
"height": 512,
"num_frames": 97
}
print(requests.post(url, headers=headers, json=payload).json())