Spaces:
Sleeping
Sleeping
Yaron Koresh
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ from huggingface_hub import hf_hub_download
|
|
15 |
from safetensors.torch import load_file
|
16 |
|
17 |
device = "cuda" if torch.cuda.is_available() else "cpu"
|
18 |
-
dtype = torch.
|
19 |
|
20 |
step = 8
|
21 |
repo = "ByteDance/AnimateDiff-Lightning"
|
|
|
15 |
from safetensors.torch import load_file
|
16 |
|
17 |
device = "cuda" if torch.cuda.is_available() else "cpu"
|
18 |
+
dtype = torch.bfloat16
|
19 |
|
20 |
step = 8
|
21 |
repo = "ByteDance/AnimateDiff-Lightning"
|