Muapi/nsfw-helper-multi-concept-experimental-ltx-2.3
11.8k
NSFW-Helper Multi-Concept Experimental LTX-2.3
Base model: LTXV 2.3 Trained words: having sex, having sex in the cowgirl/reverse cowgirl/congress/reverse congress/mating press/missionary/doggystyle position, having sex while lifted in the air, performing fellatio, performing a handjob with her right/left hand, performing a handjob with his right/left hand on his own penis, masturbating with a dildo, masturbating with the fingers of her right/left hand, thrusting in and out of her pussy, causing a stomache bulge with each thrust, spreading her pussy with both hands, spreading her pussy with the fingers of her right/left hand, pubic hair, shaved pubic hair, inserts into her pussy, comes out of her pussy
๐ง 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": "nsfw-helper-multi-concept-experimental-ltx-2.3",
"lora_strength": 1.0,
"width": 768,
"height": 512,
"num_frames": 97
}
print(requests.post(url, headers=headers, json=payload).json())