mrhan1993 / Fooocus-API

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

404 Not Found Error on /v1/tools/describe-image Endpoint #176

Closed CyrusVorwald closed 5 months ago

CyrusVorwald commented 5 months ago

The following command returns a 404 Not Found error on the server:

curl -X POST "http://127.0.0.1:8080/v1/tools/describe-image" \
     -H "accept: application/json" \
     -H "Content-Type: multipart/form-data" \
     -F "image=@path_to_generated_image.jpg" \
     -F "type=Photo"
CyrusVorwald commented 5 months ago

I was using an old version