We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eccbd1 commit bce55a9Copy full SHA for bce55a9
examples/dreambooth/train_dreambooth_lora_flux_kontext.py
@@ -740,6 +740,8 @@ def parse_args(input_args=None):
740
assert args.caption_column is not None
741
assert args.dataset_name is not None
742
assert not args.train_text_encoder
743
+ if args.validation_prompt is not None:
744
+ assert args.validation_image is None and os.path.exists(args.validation_image)
745
746
return args
747
0 commit comments