Muapi commited on
Commit
cf82aa4
·
verified ·
1 Parent(s): 19394df

Add Slime Girl Concept

Browse files
Files changed (3) hide show
  1. README.md +38 -0
  2. preview.jpg +0 -0
  3. slime-girl-concept.safetensors +3 -0
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
+ # Slime Girl Concept
15
+
16
+ ![preview](./preview.jpg)
17
+
18
+ **Base model**: Wan Video 14B t2v
19
+ **Trained words**: slime girl, blue skin, liquid hair, transparent, see-through
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": "slime-girl-concept",
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
slime-girl-concept.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1606d9f61508b2e29fad778b05f16b972b52a0b55ce073abd75fb5d334e57267
3
+ size 306807976