Spaces:
Sleeping
Sleeping
Yaron Koresh
commited on
Update app.py
Browse files
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))
|
| 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,
|