[TypeError] in DreamBooth SDXL LoRA training when use_dora
parameter is False
#9841
Labels
bug
Something isn't working
use_dora
parameter is False
#9841
Describe the bug
When running the DreamBooth SDXL training script with LoRA, it throws a TypeError even when
use_dora=False
(default). This happens because theuse_dora
parameter is always being passed to LoraConfig, regardless of whether DoRA is being used or not. I plan to submit a PR to fix this by conditionally including theuse_dora
parameter only when it's True.Reproduction
use_dora=False
)Logs
System Info
Who can help?
@sayakpaul
The text was updated successfully, but these errors were encountered: