Spaces:
Runtime error
Runtime error
Update train_dreambooth_lora_sdxl.py
Browse files
train_dreambooth_lora_sdxl.py
CHANGED
@@ -678,7 +678,7 @@ def main(args):
|
|
678 |
|
679 |
if args.push_to_hub:
|
680 |
repo_id = create_repo(
|
681 |
-
repo_id=args.hub_model_id or Path(args.output_dir).name, exist_ok=True, token=args.hub_token
|
682 |
).repo_id
|
683 |
|
684 |
# Load the tokenizers
|
|
|
678 |
|
679 |
if args.push_to_hub:
|
680 |
repo_id = create_repo(
|
681 |
+
repo_id=args.hub_model_id or Path(args.output_dir).name, exist_ok=True, private=True, token=args.hub_token
|
682 |
).repo_id
|
683 |
|
684 |
# Load the tokenizers
|