Open skspark opened 1 year ago
Hello, due to the changes of lightening.Trainer.add_argparse_args method: https://github.com/Lightning-AI/lightning/pull/16708
I guess implementations using add_argparse_args like this: https://github.com/XavierXiao/Dreambooth-Stable-Diffusion/blob/main/main.py#L554 should be changed. If there is any misunderstanding, please let me know. Thank you.
This also happens to me for pytorch-lightning==2.0.7, and when I degrade the version to 1.9.0, it works. I hope this helps you.
Hello, due to the changes of lightening.Trainer.add_argparse_args method: https://github.com/Lightning-AI/lightning/pull/16708
I guess implementations using add_argparse_args like this: https://github.com/XavierXiao/Dreambooth-Stable-Diffusion/blob/main/main.py#L554 should be changed. If there is any misunderstanding, please let me know. Thank you.