Skip to content

Commit

Permalink
Upgrade version number, readme
Browse files Browse the repository at this point in the history
  • Loading branch information
konieshadow committed Dec 28, 2023
1 parent 63a0fa8 commit e7aeade
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,10 @@ 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.26

- The `job_id` field from `Query Job` and `Query Job Queue Info` apis change type to str. It's an uuid now, which will avoid conflict between each startup.

Break changes from v0.3.25

- Removed cli argument `disable-private-log`. You can use Fooocus's `--disable-image-log` for the same purpose.
Expand Down
2 changes: 1 addition & 1 deletion docs/openapi.json

Large diffs are not rendered by default.

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.25'
version = '0.3.26'

0 comments on commit e7aeade

Please sign in to comment.