Skip to content

Commit

Permalink
Merge for Fooocus v2.1.781
Browse files Browse the repository at this point in the history
  • Loading branch information
konieshadow committed Nov 10, 2023
1 parent 9e41f3b commit 582abd5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

FastAPI powered API for [Fooocus](https://github.com/lllyasviel/Fooocus)

Currently loaded Fooocus version: 2.1.780
Currently loaded Fooocus version: 2.1.781

### Run with Replicate
Now you can use Fooocus-API by Replicate, the model is in [konieshadow/fooocus-api](https://replicate.com/konieshadow/fooocus-api).
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.10'
version = '0.3.11'
4 changes: 2 additions & 2 deletions fooocusapi/repositories_versions.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import os

fooocus_version = '2.1.780'
fooocus_version = '2.1.781'
fooocus_commit_hash = os.environ.get(
'FOOOCUS_COMMIT_HASH', "2342761fa10b6004341414a120736ef76cfd12d2")
'FOOOCUS_COMMIT_HASH', "a9bb1079cf44e892c8cabaf7d345db8b649ec5ac")

0 comments on commit 582abd5

Please sign in to comment.