Skip to content

Commit 6c5b5b2

Browse files
authored
Fix push_to_hub in train_text_to_image_lora_sdxl.py example (huggingface#4535)
fix: push_to_hub in train text2image lora sdxl
1 parent e7e3749 commit 6c5b5b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/text_to_image/train_text_to_image_lora_sdxl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1262,8 +1262,8 @@ def compute_time_ids(original_size, crops_coords_top_left):
12621262
repo_id,
12631263
images=images,
12641264
base_model=args.pretrained_model_name_or_path,
1265+
dataset_name=args.dataset_name,
12651266
train_text_encoder=args.train_text_encoder,
1266-
prompt=args.instance_prompt,
12671267
repo_folder=args.output_dir,
12681268
vae_path=args.pretrained_vae_model_name_or_path,
12691269
)

0 commit comments

Comments
 (0)