Yaron Koresh commited on
Commit
b79d76d
·
verified ·
1 Parent(s): c22cb19

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.float16
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"