mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-30 20:33:06 -08:00
adding extensions
This commit is contained in:
parent
feee37d75f
commit
5e96ffc334
7 changed files with 8 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -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
2
=4.8.0
Normal 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)
|
||||
1
extensions/deforum-for-automatic1111-webui
Submodule
1
extensions/deforum-for-automatic1111-webui
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 5d63a339dbec8d476657a1f672a4eeb6dc79ed37
|
||||
1
extensions/sd-webui-controlnet
Submodule
1
extensions/sd-webui-controlnet
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit bb3c2a9bf7329c7d39e7b8b85a606cd5d567e57a
|
||||
1
extensions/sd-webui-controlnet-fastload
Submodule
1
extensions/sd-webui-controlnet-fastload
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit bbdb929f4285ea69d5099268496e4322dc7203ab
|
||||
1
extensions/sd-webui-loractl
Submodule
1
extensions/sd-webui-loractl
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit b48cf602b0c414a362726fa079a284f3ae6a51e2
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue