Skip to content

Commit

Permalink
Fix push_to_hub in train_text_to_image_lora_sdxl.py example (huggingf…
Browse files Browse the repository at this point in the history
…ace#4535)

fix: push_to_hub in train text2image lora sdxl
  • Loading branch information
ra100 authored Aug 9, 2023
1 parent e7e3749 commit 6c5b5b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/text_to_image/train_text_to_image_lora_sdxl.py
Original file line number Diff line number Diff line change
Expand Up @@ -1262,8 +1262,8 @@ def compute_time_ids(original_size, crops_coords_top_left):
repo_id,
images=images,
base_model=args.pretrained_model_name_or_path,
dataset_name=args.dataset_name,
train_text_encoder=args.train_text_encoder,
prompt=args.instance_prompt,
repo_folder=args.output_dir,
vae_path=args.pretrained_vae_model_name_or_path,
)
Expand Down

0 comments on commit 6c5b5b2

Please sign in to comment.