Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
konieshadow committed Oct 23, 2023
1 parent 7e4c7b7 commit 50c2c03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fooocus_api_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = '0.1.17'
version = '0.1.18'
3 changes: 2 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,9 +259,10 @@ def prepare_environments(args) -> bool:
os.environ["PYTORCH_ENABLE_MPS_FALLBACK"] = "1"

sys.argv = [sys.argv[0]]
download_models()
ini_cbh_args()

download_models()

if args.preload_pipeline:
print("Preload pipeline")
import modules.default_pipeline as _
Expand Down

0 comments on commit 50c2c03

Please sign in to comment.