gligen / GLIGEN

Open-Set Grounded Text-to-Image Generation
MIT License
2.02k stars 151 forks source link

[1] 37400 bus error (core dumped) python gligen_inference.py #70

Open 6Roy opened 1 year ago

6Roy commented 1 year ago

When I try to run gligen_inference.py,the error was emerged

yushengtzou commented 11 months ago

Hi @6Roy, A "bus error" with a "core dumped" message typically indicates a severe issue that causes the operating system to terminate the process abruptly. In the context of running the script, this can be caused by the Python libraries or dependencies you're using. Make sure all dependencies are correctly installed and are compatible with each other. Use virtual environments to manage dependencies and avoid conflicts