-
-
Notifications
You must be signed in to change notification settings - Fork 284
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Returned non-zero exit status 1 #1254
Comments
Your pytorch and xformers libraries are messed up. Reinstall both. |
Can u explain how? Or point to a guide? Thanks! I originally installed with this tutorial (and it installed automatically): |
I think the following should work: activate your venv by opening a terminal at activate
pip install --force-reinstall torch torchvision --index-url https://download.pytorch.org/whl/cu118
pip install --force-reinstall xformers |
Also, it looks like you're using Kohya, so please open issues on that repo and not this one |
Hey can u take a look here? I'm sure u know the answer: Thanks |
Kindly read and fill this form in its entirety.
0. Initial troubleshooting
Please check each of these before opening an issue. If you've checked them, delete this section of your bug report. Have you:
1. Please find the following lines in the console and paste them below.
2. Describe the bug
(A clear and concise description of what the bug is)
I hit train after inputting my directories and model name and I get a "Returned non-zero exit status 1".
Screenshots/Config
If the issue is specific to an error while training, please provide a screenshot of training parameters or the
db_config.json file from /models/dreambooth/MODELNAME/db_config.json
All training parameters under dreambooth lora, training parameters are default.
3. Provide logs
If a crash has occurred, please provide the entire stack trace from the log, including the last few log messages before the crash occurred.
4. Environment
What OS?
Windows 10 2h22
If Windows - WSL or native?
Don't understand question
What GPU are you using?
AMD x6800xt
The text was updated successfully, but these errors were encountered: