thankfulcarp commited on
Commit
efa664c
·
1 Parent(s): 2a8d1e8
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ try:
35
 
36
  # Load the main transformer from the repo and filename
37
  i2v_transformer = WanTransformer3DModel.from_single_file(
38
- "https://huggingface.co/vrgamedevgirl84/Wan14BT2VFusioniX/blob/main/Wan14Bi2vFusioniX_fp16.safetensors",
39
  torch_dtype=torch.bfloat16
40
  )
41
 
 
35
 
36
  # Load the main transformer from the repo and filename
37
  i2v_transformer = WanTransformer3DModel.from_single_file(
38
+ "https://huggingface.co/vrgamedevgirl84/Wan14BT2VFusioniX/blob/main/Wan14Bi2vFusioniX.safetensors",
39
  torch_dtype=torch.bfloat16
40
  )
41