Muapi commited on
Commit
f5945c6
·
verified ·
1 Parent(s): 4abb194

Add Aelita_NX T2V Model

Browse files
Files changed (4) hide show
  1. .gitattributes +1 -0
  2. README.md +38 -0
  3. aelita_nx-t2v-model.safetensors +3 -0
  4. preview.jpg +3 -0
.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
+ # Aelita_NX T2V Model
15
+
16
+ ![preview](./preview.jpg)
17
+
18
+ **Base model**: Wan Video 14B t2v
19
+ **Trained words**: AelitACODEL, The character is a young woman with short, spiky pink hair and a pale skin tone. She has a small, slender build with a youthful appearance. She has a small bust., This is a digital drawing in an anime style. She is wearing a long-sleeved, knee-length dress in a deep maroon color with a high neckline and three small, rounded buttons down the front., The image is a digital 3D CGI rendering of a stylized, fantastical character. She is dressed in a futuristic, high-tech outfit consisting of a sleeveless top with horizontal stripes in shades of pink, white, and purple, and a short, pleated skirt with a star-shaped buckle at the waist., The image is a digital 3D CGI rendering of a stylized, fantastical character. The character is a young elf-like with pointed ears. They are dressed in a medieval-inspired outfit consisting of a short, maroon dress with a white sash around the waist, and matching maroon sleeves that extend to the elbows., This is a digital drawing in an anime style. She is dressed in a futuristic, high-tech outfit that includes a white and purple top with a high collar, a blue and white chest piece, and matching gloves. Her outfit also features a futuristic, segmented design with a metallic sheen., This is a digital drawing in an anime style. She is dressed in a dark, long-sleeved dress with a high collar, styled in a Victorian or Gothic fashion. The dress is a deep purple color with a subtle gradient effect, fading slightly lighter towards the hem.
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": "aelita_nx-t2v-model",
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
+ ```
aelita_nx-t2v-model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8384e16203b5548acedc3326e8fd0e74fd2e404e1a434019544a3e5c28b1dc7d
3
+ size 306848600
preview.jpg ADDED

Git LFS Details

  • SHA256: 25603ba6717d474b64921c1c695a8fcc960db981fa9b77ff05be573b8c5c4810
  • Pointer size: 131 Bytes
  • Size of remote file: 860 kB