update sdxl ver in lora metadata from v0-9 to v1-0

This commit is contained in:
Kohya S
2023-08-06 22:06:48 +09:00
parent c142dadb46
commit 92f41f1051
8 changed files with 13 additions and 13 deletions

View File

@@ -1294,7 +1294,7 @@ def main(args):
args.ckpt = files[0]
(_, text_encoder1, text_encoder2, vae, unet, _, _) = sdxl_train_util._load_target_model(
args.ckpt, args.vae, sdxl_model_util.MODEL_VERSION_SDXL_BASE_V0_9, dtype
args.ckpt, args.vae, sdxl_model_util.MODEL_VERSION_SDXL_BASE_V1_0, dtype
)
# xformers、Hypernetwork対応