jadechoghari commited on
Commit
5bc55c8
1 Parent(s): c8f761f

Update pipeline.py

Browse files
Files changed (1) hide show
  1. pipeline.py +1 -1
pipeline.py CHANGED
@@ -79,7 +79,7 @@ class MARModel(DiffusionPipeline):
79
  # download and load the vae
80
  vae_checkpoint_path = hf_hub_download(
81
  repo_id=kwargs.get("repo_id", "jadechoghari/mar"),
82
- filename=kwargs.get("vae_filename", "kl16.ckpt")
83
  )
84
  vae_checkpoint_path = kwargs.get("vae_checkpoint_path", vae_checkpoint_path)
85
 
 
79
  # download and load the vae
80
  vae_checkpoint_path = hf_hub_download(
81
  repo_id=kwargs.get("repo_id", "jadechoghari/mar"),
82
+ filename=kwargs.get("vae_filename", "kl16.safetensors")
83
  )
84
  vae_checkpoint_path = kwargs.get("vae_checkpoint_path", vae_checkpoint_path)
85