Results 726 comments of bmaltais

I suggest you try deleting the kohys_ss folder and re-run the full setup and see if it help. Look like something did not get installed right.

I suggest you open an issue directly with him on this: https://github.com/kohya-ss/sd-scripts/issues

I don't think so... something else is causing this... appear to be part of the checkpoint loading routine... maybe the path to the checkpoint is wrong?

If you don't want to use 8bitadam in this new release just select AdamW for the optimized. It is the same as not selecting the checkbox in the previous releases.

Can you paste the full command being run? This look like the subfolder name is not being read properly... Try adding `print(folder)` right before line 407 to print out what...

Hopefully that `print(folder)` line will shine some light as to why it is failing to extract the repeat value from the subfolder name.

> Just ran into this issue as well as, as it turns out, there was a folder called `.ipynb_checkpoints` in the `Image Folder`. > > Using `ls -la` you can...

I have pushed the fix to the dev branch.

If someone knows of a good tool that could be called by the GUI I could try to add it.