Skip to content

Commit 5b0d609

Browse files
committed
Merge for Fooocus v2.1.823
1 parent 0b9af21 commit 5b0d609

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

7-
Currently loaded Fooocus version: 2.1.822
7+
Currently loaded Fooocus version: 2.1.823
88

99
### Run with Replicate
1010
Now you can use Fooocus-API by Replicate, the model is in [konieshadow/fooocus-api](https://replicate.com/konieshadow/fooocus-api).

fooocusapi/repositories_versions.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import os
22

3-
fooocus_version = '2.1.822'
3+
fooocus_version = '2.1.823'
44
fooocus_commit_hash = os.environ.get(
5-
'FOOOCUS_COMMIT_HASH', "dececbd06000304ef9cd6a43fcd0e685eab147e9")
5+
'FOOOCUS_COMMIT_HASH', "bd4d40203c7e727fd06fc58ec122c25befcc5644")

0 commit comments

Comments
 (0)