Skip to content

Commit

Permalink
Update sd3_vae.py
Browse files Browse the repository at this point in the history
  • Loading branch information
monorimet authored Aug 1, 2024
1 parent 0ac6b64 commit 1a41394
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def export_vae_model(
vae_model = vae_model.half()
mapper = {}
utils.save_external_weights(
mapper, vae_model, external_weights, external_weight_path, vae_harness=True
mapper, vae_model, external_weights, external_weight_path
)
if weights_only:
return external_weight_path
Expand Down

0 comments on commit 1a41394

Please sign in to comment.