mirror of https://github.com/Bing-su/adetailer.git
chore: update tool
parent
0a0606fc01
commit
972158abee
|
|
@ -10,6 +10,7 @@ tasks:
|
|||
cmds:
|
||||
- echo "$PYTHON"
|
||||
- echo "$WEBUI"
|
||||
- echo "$UV_PYTHON"
|
||||
silent: true
|
||||
|
||||
launch:
|
||||
|
|
@ -24,8 +25,8 @@ tasks:
|
|||
|
||||
update:
|
||||
cmds:
|
||||
- "{{.PYTHON}} -m pip install -U ultralytics mediapipe ruff pre-commit black devtools pytest"
|
||||
- "{{.PYTHON}} -m uv pip install -U ultralytics mediapipe ruff pre-commit black devtools pytest"
|
||||
|
||||
update-torch:
|
||||
cmds:
|
||||
- "{{.PYTHON}} -m pip install -U torch torchvision torchaudio -f https://download.pytorch.org/whl/torch_stable.html"
|
||||
- "{{.PYTHON}} -m uv pip install -U torch torchvision torchaudio -f https://download.pytorch.org/whl/torch_stable.html"
|
||||
|
|
|
|||
Loading…
Reference in New Issue