fffiloni commited on
Commit
fd13994
1 Parent(s): 7630227

Update train_dreambooth_lora_sdxl.py

Browse files
Files changed (1) hide show
  1. train_dreambooth_lora_sdxl.py +1 -1
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