We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
File "D:\Python项目\Python环境\虚拟环境\lib\site-packages\accelerate\commands\launch.py", line 567, in simple_launcher raise subprocess.CalledProcessError(returncode=process.returncode, cmd=cmd) subprocess.CalledProcessError: Command '['D:\Python项目\Python环境\虚拟环境\Scripts\python.exe', 'train.py', '--config' , 'config/sample.yml']' returned non-zero exit status 1.
The text was updated successfully, but these errors were encountered:
Seems like model checkpoint download issue. You should place the pretrained checkpoint at ./ckpt/stable-diffusion-v1-5
Sorry, something went wrong.
No branches or pull requests
File "D:\Python项目\Python环境\虚拟环境\lib\site-packages\accelerate\commands\launch.py", line 567, in simple_launcher
raise subprocess.CalledProcessError(returncode=process.returncode, cmd=cmd)
subprocess.CalledProcessError: Command '['D:\Python项目\Python环境\虚拟环境\Scripts\python.exe', 'train.py', '--config'
, 'config/sample.yml']' returned non-zero exit status 1.
The text was updated successfully, but these errors were encountered: