sd-scripts icon indicating copy to clipboard operation
sd-scripts copied to clipboard

Training a LoRA model on Kohya ss - issue

Open nounou99jiji opened this issue 7 months ago • 0 comments

I tried to train a LoRa model on Kohya SS, but immediately afterwards it stopped, and this error appeared.I checked my GPU and system settings and they seems okay.I have 16 GB of RAM and NVIDIA GeForce GTX 1660 with 6 GB of VRAM.I don't know if the training is too heavy on my computer.Thanks in advance for the help! "Traceback (most recent call last): File "C:\Python3_10_11\lib\runpy.py", line 196, in _run_module_as_main return _run_code(code, main_globals, None, File "C:\Python3_10_11\lib\runpy.py", line 86, in run_code exec(code, run_globals) File "C:\Python3_10_11\Scripts\accelerate.EXE_main.py", line 7, in File "C:\Python3_10_11\lib\site-packages\accelerate\commands\accelerate_cli.py", line 47, in main args.func(args) File "C:\Python3_10_11\lib\site-packages\accelerate\commands\launch.py", line 1017, in launch_command simple_launcher(args) File "C:\Python3_10_11\lib\site-packages\accelerate\commands\launch.py", line 637, in simple_launcher raise subprocess.CalledProcessError(returncode=process.returncode, cmd=cmd) subprocess.CalledProcessError: Command '['C:\Python3_10_11\python.exe', 'D:/kohya_ss/sd-scripts/sdxl_train_network.py', '--config_file', 'D:/Bamboo LoRa Training/Dataset/model/config_lora-20240702-183302.toml']' returned non-zero exit status 3221225477. 18:34:23-901554 INFO Training has ended."

nounou99jiji avatar Jul 02 '24 16:07 nounou99jiji