Skip to content

Commit db87b08

Browse files
Apply style fixes
1 parent 026a810 commit db87b08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/dreambooth/train_dreambooth_lora_flux.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1150,7 +1150,7 @@ def main(args):
11501150
pipeline.to(accelerator.device)
11511151

11521152
for example in tqdm(
1153-
sample_dataloader, desc="Generating class images", disable=not accelerator.is_local_main_process
1153+
sample_dataloader, desc="Generating class images", disable=not accelerator.is_local_main_process
11541154
):
11551155
with torch.autocast(device_type=accelerator.device.type, dtype=torch_dtype):
11561156
images = pipeline(prompt=example["prompt"]).images

0 commit comments

Comments
 (0)