chore: misc

This commit is contained in:
Bingsu
2023-08-31 21:22:18 +09:00
parent 9f83506c35
commit 4783a3301f
3 changed files with 4 additions and 6 deletions

View File

@@ -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

View File

@@ -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:

View File

@@ -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