Results 726 comments of bmaltais

I have pushed the `--log_config` feature to the dev branch and merged sd-scripts latest dev branch into mine... give it a try. I also added the other new features that...

Hopefully sd-scripts will be upgraded top support more recent version of Python. I am really bound top the requirements of the sd-scripts for the GUI. This is something kohya has...

Stable Cascade has not been updated by kohya in the lats 3 months... Unless he merge it in the dev or master branch I will have to wait to update...

There is a functional example under test/config/dreambooth-AdamW8bit-masked_loss-toml.json Load it in Dreambooth and see if it will work for you. You can then use a similar structure for your own training.

Is there something I can do in the GUI to fix this? Look to me like this is a bug in Kohya’s so-scripts. Did you open an issue on his...

> I reinstalled kohya via git clone and the code still contained "initial_lr = float(name.split(":")[1])". I had to change it manually. This is something kohya need to fix as part...

Those errors at the beginnind are probably related to issues with the nvidia drivers or CUDA / torch release used... Make sure you have recent NVidia drivers with CUDA 11.8...

Are you using CUDA 11.8? You can't use 12.x

Did you clone the repo following the instructions on the README or did you download the zip file? You have to use the git clone command.

You did `git clone --recursive https://github.com/bmaltais/kohya_ss.git` I just tried and sd-scripts contain the needed files on my system...