Commit ·
4845a2d
1
Parent(s): 4b3dded
Fix readle
Browse files
README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
|
| 3 |
|
| 4 |
<p align="center">
|
| 5 |
-
💜 <a href=""><b>Wan</b></a>    |    🖥️ <a href="https://github.com/Wan-Video/Wan2.1">GitHub</a>    |   🤗 <a href="https://huggingface.co/Wan-AI/">Hugging Face</a>   |   🤖 <a href="https://modelscope.cn/organization/Wan-AI">ModelScope</a>   |    📑 <a href="">Paper (Coming soon)</a>    |    📑 <a href="https://wanxai.com">Blog</a>    |   💬 <a href="https://gw.alicdn.com/imgextra/i2/O1CN01tqjWFi1ByuyehkTSB_!!6000000000015-0-tps-611-1279.jpg">WeChat Group</a>   |    📖 <a href="https://discord.gg/
|
| 6 |
<br>
|
| 7 |
|
| 8 |
-----
|
|
@@ -17,7 +17,7 @@
|
|
| 17 |
## 🔥 Latest News!!
|
| 18 |
* April 13 2025: 👋 Wan 2.1GP v4.0: lots of goodies for you !
|
| 19 |
- A new UI, tabs were replaced by a Dropdown box to easily switch models
|
| 20 |
-
- A new queuing system that lets you stack in a queue as many text2video, imag2video tasks, ... as you want. Each task can rely on complete different generation parameters (different number of frames, steps, loras, ...). Many thanks to *Tophness** for being a big contributor on this new feature
|
| 21 |
- Temporal upsampling (Rife) and spatial upsampling (Lanczos) for a smoother video (32 fps or 64 fps) and to enlarge your video by x2 or x4. Check these new advanced options.
|
| 22 |
- Wan Vace Control Net support : with Vace you can inject in the scene people or objects, animate a person, perform inpainting or outpainting, continue a video, ... I have provided an introduction guide below.
|
| 23 |
- Integrated *Matanyone* tool directly inside WanGP so that you can create easily inpainting masks used in Vace
|
|
@@ -98,7 +98,6 @@ You will find the original Wan2.1 Video repository here: https://github.com/Wan-
|
|
| 98 |
## Installation Guide for Linux and Windows for GPUs up to RTX40xx
|
| 99 |
|
| 100 |
**If you are looking for a one click installation, just go to the Pinokio App store : https://pinokio.computer/**\
|
| 101 |
-
(!!!Script of Pinokio Install not yet updated for WanGP 4, if you have an installation error you will need to change the reference in the script of **gradio_server.py** with **wgp.py**!!!)\
|
| 102 |
Otherwise you will find the instructions below:
|
| 103 |
|
| 104 |
This app has been tested on Python 3.10 / 2.6.0 / Cuda 12.4.
|
|
|
|
| 2 |
|
| 3 |
|
| 4 |
<p align="center">
|
| 5 |
+
💜 <a href=""><b>Wan</b></a>    |    🖥️ <a href="https://github.com/Wan-Video/Wan2.1">GitHub</a>    |   🤗 <a href="https://huggingface.co/Wan-AI/">Hugging Face</a>   |   🤖 <a href="https://modelscope.cn/organization/Wan-AI">ModelScope</a>   |    📑 <a href="">Paper (Coming soon)</a>    |    📑 <a href="https://wanxai.com">Blog</a>    |   💬 <a href="https://gw.alicdn.com/imgextra/i2/O1CN01tqjWFi1ByuyehkTSB_!!6000000000015-0-tps-611-1279.jpg">WeChat Group</a>   |    📖 <a href="https://discord.gg/g7efUW9jGV">Discord</a>  
|
| 6 |
<br>
|
| 7 |
|
| 8 |
-----
|
|
|
|
| 17 |
## 🔥 Latest News!!
|
| 18 |
* April 13 2025: 👋 Wan 2.1GP v4.0: lots of goodies for you !
|
| 19 |
- A new UI, tabs were replaced by a Dropdown box to easily switch models
|
| 20 |
+
- A new queuing system that lets you stack in a queue as many text2video, imag2video tasks, ... as you want. Each task can rely on complete different generation parameters (different number of frames, steps, loras, ...). Many thanks to **Tophness** for being a big contributor on this new feature
|
| 21 |
- Temporal upsampling (Rife) and spatial upsampling (Lanczos) for a smoother video (32 fps or 64 fps) and to enlarge your video by x2 or x4. Check these new advanced options.
|
| 22 |
- Wan Vace Control Net support : with Vace you can inject in the scene people or objects, animate a person, perform inpainting or outpainting, continue a video, ... I have provided an introduction guide below.
|
| 23 |
- Integrated *Matanyone* tool directly inside WanGP so that you can create easily inpainting masks used in Vace
|
|
|
|
| 98 |
## Installation Guide for Linux and Windows for GPUs up to RTX40xx
|
| 99 |
|
| 100 |
**If you are looking for a one click installation, just go to the Pinokio App store : https://pinokio.computer/**\
|
|
|
|
| 101 |
Otherwise you will find the instructions below:
|
| 102 |
|
| 103 |
This app has been tested on Python 3.10 / 2.6.0 / Cuda 12.4.
|