Skip to content
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

Having issues running inference or app.py #12

Open
nisar2 opened this issue Apr 25, 2024 · 0 comments
Open

Having issues running inference or app.py #12

nisar2 opened this issue Apr 25, 2024 · 0 comments

Comments

@nisar2
Copy link

nisar2 commented Apr 25, 2024

Hello, I followed the instructions to get the project up and running and was able to sucessfully create a conda env using the yaml file. However, when I try to run inference or app.py, I get the following error:

python app.py Traceback (most recent call last): File "/home/nisar2/projects/GlyphControl-release/app.py", line 10, in <module> from scripts.rendertext_tool import Render_Text, load_model_from_config, load_model_ckpt File "/home/nisar2/projects/GlyphControl-release/scripts/rendertext_tool.py", line 1, in <module> from cldm.ddim_hacked import DDIMSampler File "/home/nisar2/projects/GlyphControl-release/cldm/ddim_hacked.py", line 3, in <module> import torch File "/home/nisar2/anaconda3/envs/GlyphControl/lib/python3.9/site-packages/torch/__init__.py", line 202, in <module> from torch._C import * # noqa: F403 ImportError: /home/nisar2/anaconda3/envs/GlyphControl/lib/python3.9/site-packages/torch/lib/libtorch_cpu.so: undefined symbol: iJIT_NotifyEvent

Would anyone know what is going on here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant