Commit
·
2a8d1e8
1
Parent(s):
1f35d50
WHAT?!
Browse files
app.py
CHANGED
@@ -35,8 +35,7 @@ try:
|
|
35 |
|
36 |
# Load the main transformer from the repo and filename
|
37 |
i2v_transformer = WanTransformer3DModel.from_single_file(
|
38 |
-
|
39 |
-
filename=I2V_FUSIONX_FILENAME,
|
40 |
torch_dtype=torch.bfloat16
|
41 |
)
|
42 |
|
|
|
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 |
|