gligen / GLIGEN

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

Update xformers Channel and Version in environment.yml #66

Open CREED404 opened 7 months ago

CREED404 commented 7 months ago

This pull request addresses a compatibility issue in the "demo/environment.yml" file:

To resolve this issue, the xformers package has been updated to use the correct channel (xformers) and has been set to version 0.0.22. This change ensures compatibility with the specified versions of cudatoolkit and pytorch.

The purpose of this update is to resolve the reported conflicts. The modifications made in the environment.yml file have undergone thorough testing to ensure a smooth installation process.

Please review and merge these changes at your earliest convenience. Feel free to reach out if further adjustments are needed. Thank you!

iLori-Jiang commented 1 week ago

It works for me! Thanks for your modification!