mirror of
https://github.com/Wan-Video/Wan2.1.git
synced 2025-11-05 06:29:14 +00:00
Fixed crash with memory profile <4
This commit is contained in:
parent
d7fcce24c3
commit
91e35a806c
@ -23,7 +23,7 @@ import asyncio
|
|||||||
from wan.utils import prompt_parser
|
from wan.utils import prompt_parser
|
||||||
PROMPT_VARS_MAX = 10
|
PROMPT_VARS_MAX = 10
|
||||||
|
|
||||||
target_mmgp_version = "3.3.2"
|
target_mmgp_version = "3.3.3"
|
||||||
from importlib.metadata import version
|
from importlib.metadata import version
|
||||||
mmgp_version = version("mmgp")
|
mmgp_version = version("mmgp")
|
||||||
if mmgp_version != target_mmgp_version:
|
if mmgp_version != target_mmgp_version:
|
||||||
@ -1671,7 +1671,7 @@ def get_settings_dict(state, i2v, prompt, image_prompt_type, video_length, resol
|
|||||||
|
|
||||||
if i2v:
|
if i2v:
|
||||||
ui_settings["type"] = "Wan2.1GP by DeepBeepMeep - image2video"
|
ui_settings["type"] = "Wan2.1GP by DeepBeepMeep - image2video"
|
||||||
ui_settings["image_prompt_type"] = image_prompt_type,
|
ui_settings["image_prompt_type"] = image_prompt_type
|
||||||
else:
|
else:
|
||||||
ui_settings["type"] = "Wan2.1GP by DeepBeepMeep - text2video"
|
ui_settings["type"] = "Wan2.1GP by DeepBeepMeep - text2video"
|
||||||
|
|
||||||
|
|||||||
@ -16,6 +16,6 @@ gradio>=5.0.0
|
|||||||
numpy>=1.23.5,<2
|
numpy>=1.23.5,<2
|
||||||
einops
|
einops
|
||||||
moviepy==1.0.3
|
moviepy==1.0.3
|
||||||
mmgp==3.3.2
|
mmgp==3.3.3
|
||||||
peft==0.14.0
|
peft==0.14.0
|
||||||
mutagen
|
mutagen
|
||||||
Loading…
Reference in New Issue
Block a user