Instructions to use kabachuha/mh3-morphing-helper with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use kabachuha/mh3-morphing-helper with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Comfy-Org/MiniMax-H3", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("kabachuha/mh3-morphing-helper") prompt = "The LYS-style transformation video begins with a cup of coffee. Then suddenly the cup of coffee plasticine-transforms into a realistic parrot." image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
upload video examples in mp4 form
Browse files- .gitattributes +5 -0
- video_examples/1-cup.mp4 +3 -0
- video_examples/2-clock.mp4 +3 -0
- video_examples/3-tears.mp4 +3 -0
- video_examples/4-forest.mp4 +3 -0
- video_examples/5-cats.mp4 +3 -0
.gitattributes
CHANGED
|
@@ -53,3 +53,8 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 53 |
*.jpg filter=lfs diff=lfs merge=lfs -text
|
| 54 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 55 |
*.webp filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 53 |
*.jpg filter=lfs diff=lfs merge=lfs -text
|
| 54 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 55 |
*.webp filter=lfs diff=lfs merge=lfs -text
|
| 56 |
+
video_examples/1-cup.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 57 |
+
video_examples/2-clock.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 58 |
+
video_examples/3-tears.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 59 |
+
video_examples/4-forest.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
+
video_examples/5-cats.mp4 filter=lfs diff=lfs merge=lfs -text
|
video_examples/1-cup.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7b3d94a05f65ca3f804e98e1357d02aef423ece7db5ea7f9eab0262267f5a07f
|
| 3 |
+
size 932617
|
video_examples/2-clock.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f3fa0b4624abe276b4e8b0eb9541ec8d944869016fad9584c140a5a12d73a75c
|
| 3 |
+
size 1411962
|
video_examples/3-tears.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:240e4c1a46e0d2f379314c9320964576217482366b072e1960d84feb840d5fec
|
| 3 |
+
size 1114709
|
video_examples/4-forest.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5fa4d400bdc4ed2783d23acbe946184edda5f2ab623847cf4c9e85043c60b9b7
|
| 3 |
+
size 2536930
|
video_examples/5-cats.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:47e5bc31d83eea0c27f6f5cd8b5a110156b2bbddd151ad67ef37648c3028350c
|
| 3 |
+
size 1761048
|