1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-29 07:22:12 +03:00

Improve pipelines more

This commit is contained in:
Patrick von Platen
2023-06-27 15:06:06 +02:00
parent 13107bbf65
commit cb23c61282
8 changed files with 153 additions and 82 deletions

View File

@@ -131,7 +131,7 @@ if __name__ == "__main__":
type=str,
default=None,
required=False,
help="Set to a path, hub id to an already converted vae to not convert it again."
help="Set to a path, hub id to an already converted vae to not convert it again.",
)
args = parser.parse_args()