Yaron Koresh commited on
Commit
a0b8f97
·
verified ·
1 Parent(s): e749061

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ ckpt = f"animatediff_lightning_{step}step_diffusers.safetensors"
25
  base = "black-forest-labs/FLUX.1-dev"
26
 
27
  adapter = MotionAdapter().to(device)
28
- adapter.load_state_dict(load_file(hf_hub_download(repo ,ckpt)),torch_dtype=dtype)
29
 
30
  scheduler = DDIMScheduler.from_pretrained(
31
  base,
 
25
  base = "black-forest-labs/FLUX.1-dev"
26
 
27
  adapter = MotionAdapter().to(device)
28
+ adapter.load_state_dict(load_file(hf_hub_download(repo ,ckpt)))
29
 
30
  scheduler = DDIMScheduler.from_pretrained(
31
  base,