Muapi's picture
Add Beeg (Big) Breasts - LTX2.3
3ce79e0 verified
metadata
license: openrail++
library_name: diffusers
base_model: Lightricks/LTX-Video
tags:
  - lora
  - text-to-video
  - ltx
  - ltx-video
  - ltxv-2.3
pipeline_tag: text-to-video

Beeg (Big) Breasts - LTX2.3

preview

Base model: LTXV 2.3 Trained words: BEEG

🧠 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": "beeg-big-breasts-ltx2.3",
    "lora_strength": 1.0,
    "width": 768,
    "height": 512,
    "num_frames": 97
}
print(requests.post(url, headers=headers, json=payload).json())