gligen / GLIGEN

Open-Set Grounded Text-to-Image Generation
MIT License
1.91k stars 145 forks source link

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

Open 6Roy opened 7 months ago

6Roy commented 7 months ago

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

yushengtzou commented 6 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