Replies: 3 comments 2 replies
-
Stable diffusion is well supported for windows. I don't think there will be a performance gain, but errors often occur. So I would not agonize and go back to windows 10, and use fork https://github.com/serpotapov/Kohya_ss-GUI-LoRA-Portable?tab=readme-ov-file in conjunction with fork https://github.com/XpucT/stable-diffusion-webui there is a large community there. |
Beta Was this translation helpful? Give feedback.
-
I have been using Debian for kohya_ss for months. I bumped some packages and my kernel recently and also pulled the latest kohya_ss today and now training configs that worked fine 2 months ago are running out of memory with this backtrace:
|
Beta Was this translation helpful? Give feedback.
-
Sometimes windows will use some ram as vram and avoid the oom errors in linux. |
Beta Was this translation helpful? Give feedback.
-
I have formatted my PC from Windows11 to Ubuntu 22.04 to see if I can get a small boost in performants.
It is configured as a server in a different room and I'm remotely connecting to it and running SDXL lora training.
After switching to Ubuntu and running a fresh install of kohya_ss I'm getting
torch.cuda.OutOfMemoryError: CUDA out of memory.
errors.This is happening on the exact same data sets and training configuration that was working fine on the Windows install without any issues.
Here is the error output:
And this is the traceback that I get containing the command for the training.
I want to stress again, this is on the same PC and same training configuration.
The only difference is that I'm running Ubuntu now.
Am I missing something on the OS?
Maybe something is wrong with Gradio? (there was an issue with that since yesterday)
Is something missing in my torch install?
Pleas anyone have any suggestions?
Beta Was this translation helpful? Give feedback.
All reactions