Yaron Koresh commited on
Commit
e6ad0ef
·
verified ·
1 Parent(s): 0badf9e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ base = "black-forest-labs/FLUX.1-dev"
26
 
27
  vid_pipe = DiffusionPipeline.from_pretrained(repo)
28
 
29
- adapter = MotionAdapter().to(device)
30
  adapter.load_state_dict(load_file(hf_hub_download(repo ,ckpt)))
31
 
32
  scheduler = DDIMScheduler.from_pretrained(
 
26
 
27
  vid_pipe = DiffusionPipeline.from_pretrained(repo)
28
 
29
+ adapter = MotionAdapter.to(device)
30
  adapter.load_state_dict(load_file(hf_hub_download(repo ,ckpt)))
31
 
32
  scheduler = DDIMScheduler.from_pretrained(