Hanna Lizarzaburu Aguilar

Results 3 issues of Hanna Lizarzaburu Aguilar

Hello! Fantastic work, @yisol! I had a question: in the paper, you mentioned a "customization IDM" where you fine-tuned only the attention layers of the up-blocks. Are you planning to...

### Describe the bug I'm trying to run train_dreambooth_flux2_img2img.py from the DreamBooth examples, but I encountered this error. I inspected the Flux2ImageProcessor code in diffusers.pipelines.flux2.image_processor, and it turns out that...

bug

### Describe the bug In train_dreambooth_lora_flux2_img2img.py on line 1422, there is a variable named validation_image_path, but shouldn’t it actually be validation_image? ` validation_image = load_image(args.validation_image_path).convert("RGB") AttributeError: 'Namespace' object has no...

bug