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

add: janky draft of sdxl dreambooth lora.

This commit is contained in:
Sayak Paul
2023-06-27 11:14:51 +05:30
parent ab949ee67a
commit e7735ffa1a
9 changed files with 1499 additions and 59 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()