Skip to content

Commit

Permalink
fix(api): pass inpaint param to checkpoint extraction
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Jun 10, 2023
1 parent 665cf57 commit e64b813
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/onnx_web/convert/diffusion/checkpoint.py
Expand Up @@ -1709,6 +1709,7 @@ def convert_extract_checkpoint(
dest,
source,
config_file=config_file,
is_inpainting=is_inpainting,
vae_file=vae_file,
):
logger.info("extracted checkpoint to Torch model: %s", working_name)
Expand Down

0 comments on commit e64b813

Please sign in to comment.