mrhan1993 / Fooocus-API

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

Fix #117 #118 #119

Closed PlexPt closed 8 months ago

PlexPt commented 8 months ago

add a new API endpoint /v1/generation/job-history for querying the history of jobs

117

PlexPt commented 8 months ago

modify the TaskQueue class so that each request can have its own webhook_url, and to use a default webhook_url if one isn't provided with the request

118

PlexPt commented 8 months ago

Note: My proficiency with Python is limited, and this code has not been fully tested. Further review and testing might be necessary to ensure optimal functionality.