Skip to content

Releases: mrhan1993/Fooocus-API

v0.3.22

30 Nov 02:35
Compare
Choose a tag to compare

Add upscale custom support. You can pass param upscale_value for upsacle api to override upscale value.

v0.3.21

28 Nov 03:50
Compare
Choose a tag to compare

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

27 Nov 03:34
Compare
Choose a tag to compare

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

27 Nov 01:59
Compare
Choose a tag to compare

Fix inpaint input imgage be ignored when using png.

Merge for Fooocus v2.1.824.

v0.3.18

22 Nov 10:20
Compare
Choose a tag to compare

Merge for Fooocus v2.1.823.
Add support for CORS.

v0.3.17

21 Nov 07:33
Compare
Choose a tag to compare

Merge for Fooocus v2.1.822

v0.3.16

17 Nov 06:14
Compare
Choose a tag to compare

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

17 Nov 03:27
Compare
Choose a tag to compare

Fix inpaint error: "array is 2-dimensional, but 3 were indexed".
Let aspect_ratios_selection accpet ASCII x and *.

v0.3.14

15 Nov 07:01
Compare
Choose a tag to compare

You can get preview image of generation steps at current time by Query Job api.

Fix a issue where the generation api always returns single image.

v0.3.12

14 Nov 07:57
Compare
Choose a tag to compare

Merge for Fooocus v2.1.806.
Change stop api to POST.
Preload pipeline when start web app.