sdsdsdadasd3 commited on
Commit
80e9952
2 Parent(s): 36d01c8 b07fbdd

Merge branch 'refs/heads/main' into hf_space

Browse files
Files changed (1) hide show
  1. run.py +0 -1
run.py CHANGED
@@ -19,7 +19,6 @@ class DepthCrafterDemo:
19
  ):
20
  unet = DiffusersUNetSpatioTemporalConditionModelDepthCrafter.from_pretrained(
21
  unet_path,
22
- subfolder="unet",
23
  low_cpu_mem_usage=True,
24
  torch_dtype=torch.float16,
25
  )
 
19
  ):
20
  unet = DiffusersUNetSpatioTemporalConditionModelDepthCrafter.from_pretrained(
21
  unet_path,
 
22
  low_cpu_mem_usage=True,
23
  torch_dtype=torch.float16,
24
  )