kohya-ss / sd-scripts

Apache License 2.0
5.06k stars 845 forks source link

A mess #482

Open cooperdk opened 1 year ago

cooperdk commented 1 year ago

Sorry, but this script is a mess that is impossible to get to work on a 3060 OC. No matter what I do and which modules I upgrade, it will not produce anything positive.

TingTingin commented 1 year ago

What issues specifically are you having what have already you tried to resolve them?

cooperdk commented 1 year ago

The problem is that the default install with default modules do not work at all and the setup makes it incredibly difficult to alter anything without major issues. Please refer to the portable version which works without modifications (it uses Torch 2).

cooperdk commented 1 year ago

I found out that the issue on my end is likely that venv doesn't catch the python version it's supposed to use on Windows, so i installed the venv using Python 3.10.9 but it executed the system default Python which was Py3.11.

I have now changed the default/primary in my path to Python 3.10.9 and am going to try training (using the UI) in a bit. If I do not add any more to this post within a day, it works, and I apologize as the issue was on my end (well, on Python's).

Still, the script should be adjusted to work with Python 3.11 which is the current version, and should update to torch 2.0.0 which is much faster.