Muapi commited on
Commit
b48b5dd
·
verified ·
1 Parent(s): 403be06

Add Bouncing Boobs - LTX / Wan

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: Lightricks/LTX-Video
5
+ tags:
6
+ - lora
7
+ - text-to-video
8
+ - ltx
9
+ - ltx-video
10
+ - ltxv-2.3
11
+ pipeline_tag: text-to-video
12
+ ---
13
+
14
+ # Bouncing Boobs - LTX / Wan
15
+
16
+ ![preview](./preview.jpg)
17
+
18
+ **Base model**: LTXV 2.3
19
+ **Trained words**: her breast is bouncing up and down, her breast is bouncing from left to right
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/ltx_lora_video"
28
+ headers = {"Content-Type": "application/json", "x-api-key": os.getenv("MUAPIAPP_API_KEY")}
29
+ payload = {
30
+ "prompt": "masterpiece, best quality",
31
+ "lora_model": "bouncing-boobs-ltx-wan",
32
+ "lora_strength": 1.0,
33
+ "width": 768,
34
+ "height": 512,
35
+ "num_frames": 97
36
+ }
37
+ print(requests.post(url, headers=headers, json=payload).json())
38
+ ```
bouncing-boobs-ltx-wan.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b51a03321bfea9ab506db2f167a975af77d51ee34e263b1f664f5147d5b6ef23
3
+ size 1448669232
preview.jpg ADDED

Git LFS Details

  • SHA256: bc03bf8b6d71162261ffc4ccf47281f653871bacbe655c614d6cedb00a86d9aa
  • Pointer size: 132 Bytes
  • Size of remote file: 3.9 MB