Yaron Koresh commited on
Commit
c4dbf25
·
verified ·
1 Parent(s): 1b7ec1b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ height=896
30
  device = "cuda"
31
  dtype = torch.float16
32
  result=[]
33
- step = 30
34
  accu=7.5
35
  repo = "ByteDance/AnimateDiff-Lightning"
36
  ckpt = f"animatediff_lightning_{step}step_diffusers.safetensors"
 
30
  device = "cuda"
31
  dtype = torch.float16
32
  result=[]
33
+ step = 8
34
  accu=7.5
35
  repo = "ByteDance/AnimateDiff-Lightning"
36
  ckpt = f"animatediff_lightning_{step}step_diffusers.safetensors"