mrhan1993 / Fooocus-API

FastAPI powered API for Fooocus
GNU General Public License v3.0
558 stars 148 forks source link

no need to specified a version for torch #87

Closed mrhan1993 closed 8 months ago

mrhan1993 commented 8 months ago

pip install -r requirement.txt will install the newest torch, if specified version for torch, it will reinstall when run python main.py

konieshadow commented 8 months ago

@mrhan1993 It works fine to let pip automatically download the latest version of pytorch. But I feel more confident to use the versions that Fooocus recommend. BTW, Fooocus updated torch to 2.1.0. I need to submit an update.