Yaron Koresh commited on
Commit
5fb2f08
·
verified ·
1 Parent(s): 3f070dc

Update app.py

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