Muapi commited on
Commit
d85979c
·
verified ·
1 Parent(s): ff29fae

Add [WAN2.1] StarWars The Bad Batch [STYLE]

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ preview.jpg filter=lfs diff=lfs merge=lfs -text
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
+ # [WAN2.1] StarWars The Bad Batch [STYLE]
15
+
16
+ ![preview](./preview.jpg)
17
+
18
+ **Base model**: Wan Video 14B t2v
19
+ **Trained words**: 3d animated cartoon render screencap in cw artstyle with muted colors and moody lighting
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": "wan21-starwars-the-bad-batch-style",
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

Git LFS Details

  • SHA256: ded18b3a9ef78a05ecb1865bcd3265cf94b44e06b6ed2fa3c7604a9191c8878c
  • Pointer size: 131 Bytes
  • Size of remote file: 276 kB
wan2.1-starwars-the-bad-batch-style.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a58ed4099f5a64cbddecda20b959d0bfb02146f109008cb90b3e5f9f88cedca
3
+ size 306848688