bmaltais
bmaltais
This appear to be some sort of incompatibility between sd-script, your GPU and the training options selected…
Have you installed CUDA 11.8 on your computer?
If someone using MacOS want to take this one on and create a PR if needed I would appreciate as I don’t personally use MacOS for AI .
If you come up with a repeatable script / requirements file please share here or create a PR so I can update the code. That way future MacOS users will...
Make sure to install python following the README.md instructions. If you do not follow those you will run into issues like above. I see you use conda... I have not...
This is an `accelerate launch` parameter that can't be set in the GUI... I could add support for it if this is important...
Did you install python as specified in the README.md files? This error is typically caused by the wrong python solution being installed instead of the one from python.org...
Is vast using CUDA 11.8? I never used it and mostly test on Windows (and WSL2 once in a while)...
But is it running CUDA 11.8 in the instance... kohya_ss is expecting CUDA 11.8... and won't work as is with CIDA 12.2... To work under 12.2 you need to update...
What is the CUDA reported when you run the gui? 11.8 or 12.x?