diff --git a/README.md b/README.md index d89f455..70a6e4a 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/fooocus_api_version.py b/fooocus_api_version.py index 9653fa0..1976fe7 100644 --- a/fooocus_api_version.py +++ b/fooocus_api_version.py @@ -1 +1 @@ -version = '0.3.23' +version = '0.3.24'