gligen / GLIGEN

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

incompatible packages #62

Closed DinDjarin666 closed 7 months ago

DinDjarin666 commented 8 months ago

Your work really impresses me a lot. However, when I tried to reproduce your work, something unexpected happened. Details as below: when I tried to try out the demo by running command "conda env create -f environment.yaml", it failed. I got messages like this "Unsatisfiable Error: The following specifications were found to be incompatible with each other", it seems that there are some conflicts between the packages specified in the yaml file. I'm totally confused. Thanks for any help!

CREED404 commented 7 months ago

I've identified the issue and made the necessary adjustments to resolve the conflicts in the environment.yml file. I've submitted a pull request. Feel free to give the pull request a look. If it's merged, awesome! You can simply pull the changes into your local environment. If not, you could clone my forked repository and use the updated environment.yaml from there.

DinDjarin666 commented 7 months ago

That really helps me a lot! Thanks!

CREED404 commented 7 months ago

You're welcome! I'm glad I could help