Update run.py

This commit is contained in:
Hu Wenbo
2024-09-20 17:49:56 +08:00
committed by GitHub
parent 5641ce97c3
commit b07fbdd6df

1
run.py
View File

@@ -19,7 +19,6 @@ class DepthCrafterDemo:
):
unet = DiffusersUNetSpatioTemporalConditionModelDepthCrafter.from_pretrained(
unet_path,
subfolder="unet",
low_cpu_mem_usage=True,
torch_dtype=torch.float16,
)