Todo Kohaku/東堂コハク | Wan2.1 14B T2V

preview

Base model: Wan Video 14B t2v Trained words: Toudou Kohaku, anime-style girl. The image features an anime-style character with long, flowing blonde hair that cascades down past her shoulders. Her hair is styled in loose waves, giving it a soft and elegant appearance. The character has large, expressive blue eyes that add to her vibrant and lively look.She is wearing a school uniform consisting of a white blouse with green accents, including a dark green plaid tie and green buttons on the front. The blouse is tucked into a dark green pleated skirt, which is paired with black tights. The overall outfit gives off a typical schoolgirl vibe, complete with a white jacket with green trim over the blouse.

🧠 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": "todo-kohaku東堂コハク-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
7
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support