Yaron Koresh commited on
Commit
87f57b1
·
verified ·
1 Parent(s): 2381c5b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -24,13 +24,13 @@ import jax.numpy as jnp
24
 
25
  last_motion=None
26
  fps=15
27
- time=1
28
  width=448
29
  height=512
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"
 
24
 
25
  last_motion=None
26
  fps=15
27
+ time=3
28
  width=448
29
  height=512
30
  device = "cuda"
31
  dtype = torch.float16
32
  result=[]
33
+ step = 40
34
  accu=7.5
35
  #repo = "ByteDance/AnimateDiff-Lightning"
36
  #ckpt = f"animatediff_lightning_{step}step_diffusers.safetensors"