You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to install the conda environment as described in the README but during the process it gets stuck at "Solving environment". I tried it for more than 6 hours after which I decided to abort the environment installation. I am not sure but my assumption is that since there is no version for Python or any of the required packages, conda takes forever to resolve the dependency versions.
Could you maybe include the Python version you are using as well as the version of the packages in the environment.yml? I assume that would help.
The text was updated successfully, but these errors were encountered:
It's okay you just need to read enviroment.yml files and install them one by one. So after you did all I told you. you gonna have a lot problems about packages versions so try this one after done install all "python version 3.8, diffusers==0.12.0 spacy==3.4.4 Pydantic==1.10.8" and if u need to use GPU do this "conda install pytorch==1.13.1 torchvision==0.14.1 torchaudio==0.13.1 pytorch-cuda=11.6 -c pytorch -c nvidia" I hope it's will helpful :)
It's okay you just need to read enviroment.yml files and install them one by one. So after you did all I told you. you gonna have a lot problems about packages versions so try this one after done install all "python version 3.8, diffusers==0.12.0 spacy==3.4.4 Pydantic==1.10.8" and if u need to use GPU do this "conda install pytorch==1.13.1 torchvision==0.14.1 torchaudio==0.13.1 pytorch-cuda=11.6 -c pytorch -c nvidia" I hope it's will helpful :)
Hello, thank you for sharing the code!
I tried to install the conda environment as described in the README but during the process it gets stuck at "Solving environment". I tried it for more than 6 hours after which I decided to abort the environment installation. I am not sure but my assumption is that since there is no version for Python or any of the required packages, conda takes forever to resolve the dependency versions.
Could you maybe include the Python version you are using as well as the version of the packages in the
environment.yml
? I assume that would help.The text was updated successfully, but these errors were encountered: