Update tests.yml
parent
9a218a067d
commit
d4e8a37ed4
|
|
@ -29,7 +29,7 @@ jobs:
|
||||||
|
|
||||||
- run: |
|
- run: |
|
||||||
pip install --upgrade pip
|
pip install --upgrade pip
|
||||||
pip install python3-setuptools
|
pip install -U setuptools
|
||||||
pip install torch torchvision --index-url https://download.pytorch.org/whl/cu118
|
pip install torch torchvision --index-url https://download.pytorch.org/whl/cu118
|
||||||
curl -Lo extensions/sd-webui-controlnet/models/control_canny-fp16.safetensors https://huggingface.co/webui/ControlNet-modules-safetensors/resolve/main/control_canny-fp16.safetensors
|
curl -Lo extensions/sd-webui-controlnet/models/control_canny-fp16.safetensors https://huggingface.co/webui/ControlNet-modules-safetensors/resolve/main/control_canny-fp16.safetensors
|
||||||
python launch.py --tests extensions/sd-webui-controlnet/tests --no-half --disable-opt-split-attention --use-cpu all --skip-torch-cuda-test
|
python launch.py --tests extensions/sd-webui-controlnet/tests --no-half --disable-opt-split-attention --use-cpu all --skip-torch-cuda-test
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue