cloneofsimo / lora

Using Low-rank adaptation to quickly fine-tune diffusion models.
https://arxiv.org/abs/2106.09685
Apache License 2.0
6.94k stars 479 forks source link

accept training filenames with capitalized extensions #169

Closed zeke closed 1 year ago

zeke commented 1 year ago

This change should allow users to include filenames like CAPITALIZED.JPG in their training data.

Followup to https://github.com/cloneofsimo/lora/pull/165