Skip to content

Commit ab6961e

Browse files
Update examples/dreambooth/train_dreambooth_lora_flux.py
1 parent c9fedf1 commit ab6961e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/dreambooth/train_dreambooth_lora_flux.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -769,6 +769,7 @@ def __init__(
769769

770770
instance_images = [Image.open(path) for path in list(Path(instance_data_root).iterdir())]
771771
self.custom_instance_prompts = None
772+
772773
self.instance_images = []
773774
for img in instance_images:
774775
self.instance_images.extend(itertools.repeat(img, repeats))

0 commit comments

Comments
 (0)