mirror of
https://github.com/Wan-Video/Wan2.1.git
synced 2025-11-04 14:16:57 +00:00
fixed download issue
This commit is contained in:
parent
b334c05d58
commit
c906e874dd
@ -28,13 +28,13 @@ WanGP supports the Wan (and derived models), Hunyuan Video and LTV Video models
|
||||
- Custom resolutions : add a file in the WanGP folder with the list of resolutions you want to see in WanGP (look at the instruction readme in this folder)
|
||||
|
||||
Taking care of your life is not enough, you want new stuff to play with ?
|
||||
- MMAudio directly inside WanGP : add an audio soundtrack that matches the content of your video. By the way it is a low VRAM MMAudio and 6 GB of VRAM should be sufficient. You will need to go in the *Extensions* tab of the WanGP *Configuration* to enalbe MMAudio
|
||||
- MMAudio directly inside WanGP : add an audio soundtrack that matches the content of your video. By the way it is a low VRAM MMAudio and 6 GB of VRAM should be sufficient. You will need to go in the *Extensions* tab of the WanGP *Configuration* to enable MMAudio
|
||||
- Forgot to upsample your video during the generation ? want to try another MMAudio variation ? Fear not you can also apply upsampling or add an MMAudio track once the video generation is done. Even better you can ask WangGP for multiple variations of MMAudio to pick the one you like best
|
||||
- MagCache support: a new step skipping approach, supposed to be better than TeaCache. Makes a difference if you usually generate with a high number of steps
|
||||
- SageAttention2++ support : not just the compatibility but also a slightly reduced VRAM usage
|
||||
- Video2Video in Wan Text2Video : this is the paradox, a text2video can become a video2video if you start the denoising process later on an existing video
|
||||
- FusioniX upsampler: this is an illustration of Video2Video in Text2Video. Use the FusioniX text2video model with an output resolution of 1080p and a denoising strength of 0.25 and you will get one of the best upsamplers (in only 2/3 steps, you will need lots of VRAM though). Increase the denoising strength and you will get one of the best Video Restorer
|
||||
- Preliminary support for multiple Wan Samplers / Schedulers
|
||||
- Choice of Wan Samplers / Schedulers
|
||||
- More Lora formats support
|
||||
|
||||
### June 23 2025: WanGP v6.3, Vace Unleashed. Thought we couldnt squeeze Vace even more ?
|
||||
|
||||
2
wgp.py
2
wgp.py
@ -18,6 +18,7 @@ from wan.utils import notification_sound
|
||||
from wan.configs import MAX_AREA_CONFIGS, WAN_CONFIGS, SUPPORTED_SIZES, VACE_SIZE_CONFIGS
|
||||
from wan.utils.utils import cache_video, convert_tensor_to_image, save_image
|
||||
from wan.modules.attention import get_attention_modes, get_supported_attention_modes
|
||||
from huggingface_hub import hf_hub_download, snapshot_download
|
||||
import torch
|
||||
import gc
|
||||
import traceback
|
||||
@ -2138,7 +2139,6 @@ def get_hunyuan_text_encoder_filename(text_encoder_quantization):
|
||||
|
||||
|
||||
def process_files_def(repoId, sourceFolderList, fileList):
|
||||
from huggingface_hub import hf_hub_download, snapshot_download
|
||||
targetRoot = "ckpts/"
|
||||
for sourceFolder, files in zip(sourceFolderList,fileList ):
|
||||
if len(files)==0:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user