Closed AndreR closed 1 month ago
Sorry, wrong repo.
Or maybe not the wrong repo. Do you have an idea?
File "P:\AI\kohya_ss\sd-scripts\library\train_util.py", line 4724, in get_scheduler_fix
The latest version of train_util.py does not have a schedule_func
on that line, so it looks like you are using an older version of the code.
So please update to the latest version.
same error when i use recent commit version in 'dev' branch. (I'm using 'dev' branch to use --alpha_mask option.) So now I'm using '0b3e4f7ab62b7c93e66972b7bd2774b8fe679792' commit hash version. that's worked for me.
I think this is solved by #1651 . Could you try it again?
after update code, using transformers==4.44.0(as requirements.txt), solved the issue thank you @kohya-ss !
With the latest version, I get the mentioned error message. How can I fix that? See also #2820.