Skip to content

Commit 73e9d05

Browse files
committed
fix
1 parent ba8347d commit 73e9d05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/dreambooth/train_dreambooth_lora_flux_kontext.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ def parse_args(input_args=None):
312312
parser.add_argument(
313313
"--cond_image_column",
314314
type=str,
315-
default="image",
315+
default=None,
316316
help="Column in the dataset containing the condition image. Must be specified when performing I2I fine-tuning",
317317
)
318318
parser.add_argument(

0 commit comments

Comments
 (0)