We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1051ca8 commit 0f04e79Copy full SHA for 0f04e79
scripts/convert_vae_pt_to_diffusers.py
@@ -146,4 +146,6 @@ def vae_pt_to_vae_diffuser(
146
parser.add_argument("--vae_pt_path", default=None, type=str, required=True, help="Path to the VAE.pt to convert.")
147
parser.add_argument("--dump_path", default=None, type=str, required=True, help="Path to the VAE.pt to convert.")
148
149
+ args = parser.parse_args()
150
+
151
vae_pt_to_vae_diffuser(args.vae_pt_path, args.dump_path)
0 commit comments