Yaron Koresh commited on
Commit
f5c2f4d
·
verified ·
1 Parent(s): 884df9d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -204,7 +204,7 @@ def main():
204
 
205
  progress=gr.Progress()
206
 
207
- adapter = MotionAdapter.from_pretrained("guoyww/animatediff-motion-adapter-v1-5-2")
208
  vae = AutoencoderKL.from_single_file("https://huggingface.co/stabilityai/sd-vae-ft-mse-original/vae-ft-mse-840000-ema-pruned.safetensors")
209
  unet = UNet3DConditionModel().to(device, dtype).load_state_dict(load_file(hf_hub_download("emilianJR/epiCRealism", "unet/diffusion_pytorch_model.safetensors"), device=device), strict=False)
210
 
 
204
 
205
  progress=gr.Progress()
206
 
207
+ adapter = MotionAdapter.from_pretrained("guoyww/animatediff-motion-adapter-v1-5-3")
208
  vae = AutoencoderKL.from_single_file("https://huggingface.co/stabilityai/sd-vae-ft-mse-original/vae-ft-mse-840000-ema-pruned.safetensors")
209
  unet = UNet3DConditionModel().to(device, dtype).load_state_dict(load_file(hf_hub_download("emilianJR/epiCRealism", "unet/diffusion_pytorch_model.safetensors"), device=device), strict=False)
210