Skip to content

Commit

Permalink
Update version number and Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
konieshadow committed Dec 19, 2023
1 parent 979874e commit d10012b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ All the generation api support for response in PNG bytes directly when request's

All the generation api support async process by pass parameter `async_process` to true. And then use query job api to retrieve progress and generation results.

Break changes from v0.3.24:
* This version merged Fooocus v2.1.839, which include a seed breaking change. Details for [2.1.839](https://github.com/lllyasviel/Fooocus/blob/main/update_log.md#21839).

Break changes from v0.3.16:
* Parameter format for `loras` has changed for the img2img apis (the multipart/form-data requests). Now it requires JSON string.

Expand Down
2 changes: 1 addition & 1 deletion fooocus_api_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = '0.3.23'
version = '0.3.24'

0 comments on commit d10012b

Please sign in to comment.