-
Notifications
You must be signed in to change notification settings - Fork 70
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
Error doing composer run.py --config-path yamls/hydra-yamls --config-name SD-2-base-512.yaml #29
Comments
Can you provide the output of |
WARNING: Ignoring invalid distribution -orch (/root/envs/py39_dl/lib/python3.9/site-packages) absl-py 1.4.0 |
By the way: /root/envs/py39_dl/lib/python3.9/site-packages/torchvision/io/image.py:13: UserWarning: Failed to load image Python extension: libtorch_cuda_cu.so: cannot open shared object file: No such file or directory ----------End global rank 1 STDOUT---------- ----------End global rank 1 STDERR---------- ----------End global rank 2 STDOUT---------- ----------End global rank 2 STDERR---------- ----------End global rank 3 STDOUT---------- ----------End global rank 3 STDERR---------- ----------End global rank 4 STDOUT---------- ----------End global rank 4 STDERR---------- ----------End global rank 5 STDOUT---------- ----------End global rank 5 STDERR---------- ----------End global rank 6 STDOUT---------- Set the environment variable HYDRA_FULL_ERROR=1 for a complete stack trace. ----------End global rank 6 STDERR---------- ----------End global rank 7 STDOUT---------- ----------End global rank 7 STDERR---------- |
Hello, apologies for the delay. This seems like a setup, but I can't pinpoint exactly what is going wrong. A few questions:
|
composer run.py --config-path yamls/hydra-yamls --config-name SD-2-base-512.yaml
[2023-06-13 20:29:52,077][composer.utils.reproducibility][INFO] - Setting seed to 17
Error executing job with overrides: []
Error in call to target 'diffusion.models.models.stable_diffusion_2':
TypeError("UNet2DConditionModel.init() got an unexpected keyword argument 'dual_cross_attention'")
full_key: model
Set the environment variable HYDRA_FULL_ERROR=1 for a complete stack trace.
ERROR:composer.cli.launcher:Rank 3 crashed with exit code 1.
Waiting up to 30 seconds for all training processes to terminate. Press Ctrl-C to exit immediately.
Global rank 3 (PID 40553) exited with code 1
----------Begin global rank 3 STDOUT----------
[2023-06-13 20:29:52,032][composer.utils.reproducibility][INFO] - Setting seed to 17
----------End global rank 3 STDOUT----------
----------Begin global rank 3 STDERR----------
Error executing job with overrides: []
Error in call to target 'diffusion.models.models.stable_diffusion_2':
TypeError("UNet2DConditionModel.init() got an unexpected keyword argument 'dual_cross_attention'")
full_key: model
Set the environment variable HYDRA_FULL_ERROR=1 for a complete stack trace.
----------End global rank 3 STDERR----------
ERROR:composer.cli.launcher:Global rank 0 (PID 40550) exited with code -15
The text was updated successfully, but these errors were encountered: