Instructions to use MATLOWAI/MiniMax-H3-Motion-Adapter with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use MATLOWAI/MiniMax-H3-Motion-Adapter with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline from diffusers.utils import load_image, export_to_video # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("MiniMaxAI/MiniMax-H3", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("MATLOWAI/MiniMax-H3-Motion-Adapter") prompt = "A man with short gray hair plays a red electric guitar." input_image = load_image("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/guitar-man.png") image = pipe(image=input_image, prompt=prompt).frames[0] export_to_video(output, "output.mp4") - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
temporal-expansion 2x3 comparison tile + poster
Browse files
.gitattributes
CHANGED
|
@@ -37,3 +37,5 @@ assets/adapter_mage_pinned_quad.mp4 filter=lfs diff=lfs merge=lfs -text
|
|
| 37 |
assets/adapter_mage_pinned_quad_poster.jpg filter=lfs diff=lfs merge=lfs -text
|
| 38 |
assets/adapter_t2c_insert_quad.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 39 |
assets/adapter_t2c_insert_quad_poster.jpg filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 37 |
assets/adapter_mage_pinned_quad_poster.jpg filter=lfs diff=lfs merge=lfs -text
|
| 38 |
assets/adapter_t2c_insert_quad.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 39 |
assets/adapter_t2c_insert_quad_poster.jpg filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
assets/temporal_expansion_2x3_tile.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
assets/temporal_expansion_2x3_tile_poster.jpg filter=lfs diff=lfs merge=lfs -text
|
assets/temporal_expansion_2x3_tile.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b4835e1ead5946d0bb52f62ba90045a5f48521166952325d0d8cc7cac24b0322
|
| 3 |
+
size 16350162
|
assets/temporal_expansion_2x3_tile_poster.jpg
ADDED
|
Git LFS Details
|