Skip to content

Commit

Permalink
fix(api): pass replacement VAE to diffusers conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Sep 5, 2023
1 parent 58795de commit 8e1f188
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/onnx_web/convert/diffusion/diffusers.py
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,7 @@ def convert_diffusion_diffusers(
source,
original_config_file=config_path,
pipeline_class=pipe_class,
vae_path=replace_vae,
**pipe_args,
).to(device, torch_dtype=dtype)
elif hf:
Expand Down

0 comments on commit 8e1f188

Please sign in to comment.