Releases: mrhan1993/Fooocus-API
v0.3.22
Add upscale custom support. You can pass param upscale_value
for upsacle api to override upscale value.
v0.3.21
Add custom size support for outpaint. Thanks to freek99.
Delete output files when exceeding task queue history limit.
Remove restrictions on input resolution. Now you can use any combination of width*height
for aspect_ratios_selection
.
Change type of seed
field from generation result to String
to avoid numerical overflow.
v0.3.20
Added generation apis using application/json format requests, and fixed some typos in request params. Thanks to NULL.
Null also added an examples.py file for JSON requests demo.
v0.3.19
Fix inpaint input imgage be ignored when using png.
Merge for Fooocus v2.1.824.
v0.3.18
Merge for Fooocus v2.1.823.
Add support for CORS.
v0.3.17
Merge for Fooocus v2.1.822
v0.3.16
Merger for Fooocus v2.1.820.
Break change from v0.3.16:
- Parameter format for
loras
has changed for the img2img apis (the multipart/form-data requests). Now it requires JSON string.
v0.3.15
Fix inpaint error: "array is 2-dimensional, but 3 were indexed".
Let aspect_ratios_selection accpet ASCII x and *.
v0.3.14
v0.3.12
Merge for Fooocus v2.1.806.
Change stop api to POST.
Preload pipeline when start web app.