bmaltais
bmaltais
The error message indicates that the ValueError occurred because the fp16 mixed precision requires a GPU. What type of NVDia card do you have in your system?
The first two messages indicate that the system is trying to load the CUDA library (cudart64_110.dll) but cannot find it. This means that your TensorFlow installation is looking for a...
The reason is that this change need to be integrated in kohya_ss repo. The PR changed the code from kohya... but with every update he will keep undoing it everytime...
I am implementing a work around where you won't need to open a PR... will push to dev soon
OK, checkout the dev branch for the fix
Regularisation images are not supposed to be images of the model you want to train but rather images of what the model would produce... FOr examples, if the class is...
You should open an issue directly with kohya as this is related to the trainer: https://github.com/kohya-ss/sd-scripts/issues
Did you run upgrade.ps1
As a good practive you sure run upgrade.ps1 to pull the latest release and update the local libraries. THe powershell script should handle the upgrade properly... hopefully ;-)