Amagase Muyu/天ヶ瀬むゆ | Wan2.1 14B T2V

preview

Base model: Wan Video 14B t2v Trained words: Amagase Muyu, anime-style girl. The image features an anime-style character with long, flowing pink hair that has a slight wave at the ends. The character's hair is styled in twin tails, each adorned with a small ornaments. The eyes are large and expressive, with a vibrant purple hue. The character is wearing a red and black outfit with a white collar and a blue accent on the sleeve. The outfit appears to be a mix of traditional and modern elements, with a jacket that has a black and red color scheme, and a matching skirt. She is holding a gas mask, which is attached to her outfit with a strap.

🧠 Usage (Python)

🔑 Get your MUAPI key from muapi.ai/access-keys

import requests, os
url = "https://api.muapi.ai/api/v1/wan21_t2v"
headers = {"Content-Type": "application/json", "x-api-key": os.getenv("MUAPIAPP_API_KEY")}
payload = {
    "prompt": "masterpiece, best quality",
    "lora_model": "amagase-muyu天ヶ瀬むゆ-wan21-14b-t2v",
    "lora_strength": 1.0,
    "width": 832,
    "height": 480,
    "num_frames": 81
}
print(requests.post(url, headers=headers, json=payload).json())
Downloads last month
3
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support