Muapi commited on
Commit
4efd2a4
·
verified ·
1 Parent(s): de37649

Add Tosaki Mimi/兎咲ミミ | Wan2.1 14B T2V

Browse files
README.md ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: openrail++
3
+ library_name: diffusers
4
+ base_model: wan-ai/Wan2.1-T2V-14B-Diffusers
5
+ tags:
6
+ - lora
7
+ - text-to-video
8
+ - wan
9
+ - wan2.1
10
+ - wan-video-14b-t2v
11
+ pipeline_tag: text-to-video
12
+ ---
13
+
14
+ # Tosaki Mimi/兎咲ミミ | Wan2.1 14B T2V
15
+
16
+ ![preview](./preview.jpg)
17
+
18
+ **Base model**: Wan Video 14B t2v
19
+ **Trained words**: Tosaki Mimi, anime-style girl. The image features an anime-style character with light purple hair styled in twin tails. The character has a gentle expression and a small smile. They have large, expressive purple eyes and rosy cheeks. The character is wearing a light blue outfit with a heart-shaped emblem on the chest and a white collar. The outfit includes long sleeves with ruffled cuffs and a belt around the waist. The character is also wearing bunny ears and gloves that match the outfit.The character is also wearing a matching skirt with a high waist and a ruffled hem. The outfit is accessorized with various small bows and ribbons, adding to the playful and whimsical look.
20
+
21
+ ## 🧠 Usage (Python)
22
+
23
+ 🔑 **Get your MUAPI key** from [muapi.ai/access-keys](https://muapi.ai/access-keys)
24
+
25
+ ```python
26
+ import requests, os
27
+ url = "https://api.muapi.ai/api/v1/wan21_t2v"
28
+ headers = {"Content-Type": "application/json", "x-api-key": os.getenv("MUAPIAPP_API_KEY")}
29
+ payload = {
30
+ "prompt": "masterpiece, best quality",
31
+ "lora_model": "tosaki-mimi兎咲ミミ-wan21-14b-t2v",
32
+ "lora_strength": 1.0,
33
+ "width": 832,
34
+ "height": 480,
35
+ "num_frames": 81
36
+ }
37
+ print(requests.post(url, headers=headers, json=payload).json())
38
+ ```
preview.jpg ADDED
tosaki-mimi-wan2.1-14b-t2v.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:634afbf11dbe5693eca8b954896f6fadd67523e20b23eeb0004eea26b052b2fc
3
+ size 306809624