mirror of
https://github.com/Wan-Video/Wan2.1.git
synced 2025-12-15 11:43:21 +00:00
removing unwanted features (bugs)
This commit is contained in:
parent
9efbd9911c
commit
63ad3e7baa
@ -93,7 +93,7 @@ class OptimizedPyannote31SpeakerSeparator:
|
||||
xprint(f"Error loading pipeline: {e}")
|
||||
xprint(f"Error type: {type(e)}")
|
||||
import traceback
|
||||
traceback.xprint_exc()
|
||||
traceback.print_exc()
|
||||
raise
|
||||
|
||||
|
||||
|
||||
@ -44,5 +44,6 @@ pyloudnorm
|
||||
misaki
|
||||
soundfile
|
||||
ffmpeg
|
||||
pyannote.audio
|
||||
# num2words
|
||||
# spacy
|
||||
2
wgp.py
2
wgp.py
@ -2372,7 +2372,7 @@ def download_models(model_filename, model_type):
|
||||
|
||||
model_family = get_model_family(model_type)
|
||||
finetune_def = get_model_finetune_def(model_type)
|
||||
if finetune_def != None:
|
||||
if finetune_def != None and not model_type in modules_files:
|
||||
if not os.path.isfile(model_filename ):
|
||||
use_url = model_filename
|
||||
for url in finetune_def["URLs"]:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user