From 010c8010818a6fbf8b7d12ad401662a1f7467cea Mon Sep 17 00:00:00 2001 From: Zhongjie Duan <35051019+Artiprocher@users.noreply.github.com> Date: Mon, 23 Dec 2024 20:57:58 +0800 Subject: [PATCH] Update hunyuanvideo_v2v_6G.py --- examples/HunyuanVideo/hunyuanvideo_v2v_6G.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/HunyuanVideo/hunyuanvideo_v2v_6G.py b/examples/HunyuanVideo/hunyuanvideo_v2v_6G.py index 50c68f1..54717ae 100644 --- a/examples/HunyuanVideo/hunyuanvideo_v2v_6G.py +++ b/examples/HunyuanVideo/hunyuanvideo_v2v_6G.py @@ -1,5 +1,5 @@ import torch -torch.cuda.set_per_process_memory_fraction(6/80, 0) +torch.cuda.set_per_process_memory_fraction(1.0, 0) from diffsynth import ModelManager, HunyuanVideoPipeline, download_models, save_video, FlowMatchScheduler