Update README.md
Browse files
README.md
CHANGED
|
@@ -18,6 +18,7 @@ pipeline_tag: text-to-video
|
|
| 18 |
[](https://donghaotian123.github.io/Wan-Alpha/)
|
| 19 |
[](https://huggingface.co/htdong/Wan-Alpha)
|
| 20 |
[](https://huggingface.co/htdong/Wan-Alpha_ComfyUI)
|
|
|
|
| 21 |
</div>
|
| 22 |
|
| 23 |
<img src="assets/teaser.png" alt="Wan-Alpha Qualitative Results" style="max-width: 100%; height: auto;">
|
|
@@ -43,36 +44,10 @@ pipeline_tag: text-to-video
|
|
| 43 |
|
| 44 |
## π Quick Start
|
| 45 |
|
| 46 |
-
|
| 47 |
-
```bash
|
| 48 |
-
# Clone the project repository
|
| 49 |
-
git clone https://github.com/WeChatCV/Wan-Alpha.git
|
| 50 |
-
cd Wan-Alpha
|
| 51 |
-
|
| 52 |
-
# Create and activate Conda environment
|
| 53 |
-
conda create -n Wan-Alpha python=3.11 -y
|
| 54 |
-
conda activate Wan-Alpha
|
| 55 |
-
|
| 56 |
-
# Install dependencies
|
| 57 |
-
pip install -r requirements.txt
|
| 58 |
-
```
|
| 59 |
-
### 2. Model Download
|
| 60 |
-
Download [Wan2.1-T2V-14B](https://huggingface.co/Wan-AI/Wan2.1-T2V-14B)
|
| 61 |
|
| 62 |
-
Download [Lightx2v-T2V-14B](https://huggingface.co/Kijai/WanVideo_comfy/blob/main/Lightx2v/lightx2v_T2V_14B_cfg_step_distill_v2_lora_rank64_bf16.safetensors)
|
| 63 |
|
| 64 |
-
Download [Wan-Alpha](https://huggingface.co/htdong/Wan-Alpha)
|
| 65 |
|
| 66 |
-
## π§ͺ Usage
|
| 67 |
-
```bash
|
| 68 |
-
bash test_lightx2v_dora.sh
|
| 69 |
-
```
|
| 70 |
-
**Prompt Writing Tip:** You need to specify that the background of the video is transparent, the visual style, the shot type (such as close-up, medium shot, wide shot, or extreme close-up), and a description of the main subject. Prompts support both Chinese and English input.
|
| 71 |
-
|
| 72 |
-
```bash
|
| 73 |
-
# An example of prompt.
|
| 74 |
-
This video has a transparent background. Close-up shot. A colorful parrot is flying. Realistic style.
|
| 75 |
-
```
|
| 76 |
## π€ Acknowledgements
|
| 77 |
|
| 78 |
This project is built upon the following excellent open-source projects:
|
|
|
|
| 18 |
[](https://donghaotian123.github.io/Wan-Alpha/)
|
| 19 |
[](https://huggingface.co/htdong/Wan-Alpha)
|
| 20 |
[](https://huggingface.co/htdong/Wan-Alpha_ComfyUI)
|
| 21 |
+
|
| 22 |
</div>
|
| 23 |
|
| 24 |
<img src="assets/teaser.png" alt="Wan-Alpha Qualitative Results" style="max-width: 100%; height: auto;">
|
|
|
|
| 44 |
|
| 45 |
## π Quick Start
|
| 46 |
|
| 47 |
+
Please see [Github](https://github.com/WeChatCV/Wan-Alpha) for code running details
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 48 |
|
|
|
|
| 49 |
|
|
|
|
| 50 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 51 |
## π€ Acknowledgements
|
| 52 |
|
| 53 |
This project is built upon the following excellent open-source projects:
|