mirror of https://github.com/Bing-su/adetailer.git
chore: misc
parent
9f83506c35
commit
4783a3301f
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue