adding extensions

This commit is contained in:
Darrel Pol 2024-06-09 20:59:54 +08:00
parent feee37d75f
commit 5e96ffc334
7 changed files with 8 additions and 2 deletions

2
.gitignore vendored
View file

@ -29,7 +29,7 @@ notification.mp3
/SwinIR
/textual_inversion
.vscode
/extensions
# /extensions
/test/stdout.txt
/test/stderr.txt
/cache.json*

2
=4.8.0 Normal file
View file

@ -0,0 +1,2 @@
Requirement already satisfied: opencv-python in ./venv/lib/python3.10/site-packages (4.10.0.82)
Requirement already satisfied: numpy>=1.21.2 in ./venv/lib/python3.10/site-packages (from opencv-python) (1.26.2)

@ -0,0 +1 @@
Subproject commit 5d63a339dbec8d476657a1f672a4eeb6dc79ed37

@ -0,0 +1 @@
Subproject commit bb3c2a9bf7329c7d39e7b8b85a606cd5d567e57a

@ -0,0 +1 @@
Subproject commit bbdb929f4285ea69d5099268496e4322dc7203ab

@ -0,0 +1 @@
Subproject commit b48cf602b0c414a362726fa079a284f3ae6a51e2

View file

@ -9,7 +9,7 @@ then
python_cmd="python3.10"
fi
export install_dir="$HOME"
# export install_dir="$HOME"
export COMMANDLINE_ARGS="--skip-torch-cuda-test --upcast-sampling --no-half-vae --use-cpu interrogate"
export TORCH_COMMAND="pip install torch==2.1.0 torchvision==0.16.0"
export PYTORCH_ENABLE_MPS_FALLBACK=1