Update README.md
Browse files
README.md
CHANGED
|
@@ -1,9 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
<div align="center">
|
| 2 |
|
| 3 |
# FlexAM: Flexible Appearance-Motion Decomposition for Versatile Video Generation Control
|
| 4 |
|
| 5 |
<a href="https://arxiv.org/abs/2602.xxxxx"><img src="https://img.shields.io/badge/arXiv-2602.xxxxx-b31b1b.svg" alt="arXiv"></a>
|
| 6 |
-
<a href="https://
|
| 7 |
<a href="assets/flexam_workflow.json"><img src="https://img.shields.io/badge/ComfyUI-Download_Workflow-4fd63d" alt="ComfyUI"></a>
|
| 8 |
|
| 9 |
<br>
|
|
@@ -288,5 +303,12 @@ If you find FlexAM useful for your research, please cite our paper:
|
|
| 288 |
```
|
| 289 |
|
| 290 |
```
|
|
|
|
|
|
|
|
|
|
| 291 |
|
|
|
|
|
|
|
| 292 |
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: other
|
| 3 |
+
library_name: diffusers
|
| 4 |
+
tags:
|
| 5 |
+
- motion-transfer
|
| 6 |
+
- comfyui
|
| 7 |
+
- video-generation
|
| 8 |
+
- image-to-video
|
| 9 |
+
- comfyui
|
| 10 |
+
- video-edit
|
| 11 |
+
pipeline_tag: video-to-video
|
| 12 |
+
base_model:
|
| 13 |
+
- alibaba-pai/Wan2.2-Fun-5B-Control
|
| 14 |
+
---
|
| 15 |
+
|
| 16 |
<div align="center">
|
| 17 |
|
| 18 |
# FlexAM: Flexible Appearance-Motion Decomposition for Versatile Video Generation Control
|
| 19 |
|
| 20 |
<a href="https://arxiv.org/abs/2602.xxxxx"><img src="https://img.shields.io/badge/arXiv-2602.xxxxx-b31b1b.svg" alt="arXiv"></a>
|
| 21 |
+
<a href="https://github.com/IGL-HKUST/FlexAM"><img src="https://img.shields.io/badge/GitHub-Repository-181717.svg?logo=github&logoColor=white" alt="GitHub"></a>
|
| 22 |
<a href="assets/flexam_workflow.json"><img src="https://img.shields.io/badge/ComfyUI-Download_Workflow-4fd63d" alt="ComfyUI"></a>
|
| 23 |
|
| 24 |
<br>
|
|
|
|
| 303 |
```
|
| 304 |
|
| 305 |
```
|
| 306 |
+
## ⚖️ License
|
| 307 |
+
|
| 308 |
+
This model checkpoint is based on **FlexAM**.
|
| 309 |
|
| 310 |
+
- **Model Architecture / Code**: Licensed under **Apache 2.0** (or CC-BY-SA 4.0, consistent with your GitHub).
|
| 311 |
+
- **Embedded DELTA Weights**: This checkpoint contains weights from **DELTA (Snap Inc.)**, which are restricted to **Non-Commercial, Research-Only** use.
|
| 312 |
|
| 313 |
+
**⚠️ Usage Note:**
|
| 314 |
+
By downloading or using these weights, you agree to comply with the **Snap Inc. License** regarding the DELTA modules. Please refer to the [LICENSE](./LICENSE) file in this repository for the full text.
|