cloneofsimo / lora

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

fixed: Accelerator init logging_dir->project_dir #256

Closed kodinkod closed 11 months ago

kodinkod commented 1 year ago

when start colab running example i get:

TypeError: Accelerator.__init__() got an unexpected keyword argument 'logging_dir';

Just replace logging_dir to project_dir and all ok! issues with same problem

kodinkod commented 1 year ago

@cloneofsimo check it