update readme
Browse files
README.md
CHANGED
@@ -57,11 +57,7 @@ cd ../../
|
|
57 |
```
|
58 |
|
59 |
# Model zoo
|
60 |
-
|
61 |
-
EasyAnimateV3:
|
62 |
-
| Name | Type | Storage Space | Url | Hugging Face | Description |
|
63 |
-
|--|--|--|--|--|--|
|
64 |
-
| EasyAnimateV3-XL-2-InP-512x512.tar | EasyAnimateV3 | 16.2GB | [Download](https://pai-aigc-photog.oss-cn-hangzhou.aliyuncs.com/EasyAnimateV4:
|
65 |
|
66 |
We attempted to implement EasyAnimate using 3D full attention, but this structure performed moderately on slice VAE and incurred considerable training costs. As a result, the performance of version V4 did not significantly surpass that of version V3. Due to limited resources, we are migrating EasyAnimate to a retrained 16-channel MagVit to pursue better model performance.
|
67 |
|
@@ -69,6 +65,7 @@ We attempted to implement EasyAnimate using 3D full attention, but this structur
|
|
69 |
|--|--|--|--|--|--|
|
70 |
| EasyAnimateV4-XL-2-InP.tar.gz | EasyAnimateV4 | Before extraction: 8.9 GB \/ After extraction: 14.0 GB | [Download](https://pai-aigc-photog.oss-cn-hangzhou.aliyuncs.com/easyanimate/Diffusion_Transformer/EasyAnimateV4-XL-2-InP.tar.gz) | [🤗Link](https://huggingface.co/alibaba-pai/EasyAnimateV4-XL-2-InP)| Our official graph-generated video model is capable of predicting videos at multiple resolutions (512, 768, 1024, 1280) and has been trained on 144 frames at a rate of 24 frames per second. |
|
71 |
|
|
|
72 |
# Algorithm Detailed
|
73 |
### 1. Data Preprocessing
|
74 |
**Video Cut**
|
|
|
57 |
```
|
58 |
|
59 |
# Model zoo
|
60 |
+
EasyAnimateV4:
|
|
|
|
|
|
|
|
|
61 |
|
62 |
We attempted to implement EasyAnimate using 3D full attention, but this structure performed moderately on slice VAE and incurred considerable training costs. As a result, the performance of version V4 did not significantly surpass that of version V3. Due to limited resources, we are migrating EasyAnimate to a retrained 16-channel MagVit to pursue better model performance.
|
63 |
|
|
|
65 |
|--|--|--|--|--|--|
|
66 |
| EasyAnimateV4-XL-2-InP.tar.gz | EasyAnimateV4 | Before extraction: 8.9 GB \/ After extraction: 14.0 GB | [Download](https://pai-aigc-photog.oss-cn-hangzhou.aliyuncs.com/easyanimate/Diffusion_Transformer/EasyAnimateV4-XL-2-InP.tar.gz) | [🤗Link](https://huggingface.co/alibaba-pai/EasyAnimateV4-XL-2-InP)| Our official graph-generated video model is capable of predicting videos at multiple resolutions (512, 768, 1024, 1280) and has been trained on 144 frames at a rate of 24 frames per second. |
|
67 |
|
68 |
+
|
69 |
# Algorithm Detailed
|
70 |
### 1. Data Preprocessing
|
71 |
**Video Cut**
|