diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7f9e0bb..0d889b0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: - id: ruff args: [--fix, --exit-non-zero-on-fix] - - repo: https://github.com/psf/black + - repo: https://github.com/psf/black-pre-commit-mirror rev: 23.7.0 hooks: - id: black diff --git a/Taskfile.yml b/Taskfile.yml index 9c9f45e..70786f2 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -5,9 +5,6 @@ version: "3" dotenv: - .env -vars: - SHELL: '{{if eq .OS "Windows_NT"}}powershell{{end}}' - tasks: default: cmds: @@ -18,7 +15,8 @@ tasks: launch: dir: "{{.WEBUI}}" cmds: - - "{{.PYTHON}} launch.py --xformers --api --autolaunch" + - "{{.PYTHON}} launch.py --xformers --api" + silent: true lint: cmds: diff --git a/install.py b/install.py index c601a65..9751baa 100644 --- a/install.py +++ b/install.py @@ -44,7 +44,7 @@ def run_pip(*args): def install(): deps = [ # requirements - ("ultralytics", "8.0.162", None), + ("ultralytics", "8.0.167", None), ("mediapipe", "0.10.3", None), ("rich", "13.0.0", None), # mediapipe