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 c9fedf1 commit ab6961eCopy full SHA for ab6961e
examples/dreambooth/train_dreambooth_lora_flux.py
@@ -769,6 +769,7 @@ def __init__(
769
770
instance_images = [Image.open(path) for path in list(Path(instance_data_root).iterdir())]
771
self.custom_instance_prompts = None
772
+
773
self.instance_images = []
774
for img in instance_images:
775
self.instance_images.extend(itertools.repeat(img, repeats))
0 commit comments