mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2024-06-07 21:20:49 +00:00
error in path in manual instruction for install
This commit is contained in:
parent
a5316bbf63
commit
55ef99d51c
@ -209,7 +209,7 @@ pip install git+https://github.com/TencentARC/GFPGAN.git --prefer-binary
|
|||||||
pip install -r repositories/CodeFormer/requirements.txt --prefer-binary
|
pip install -r repositories/CodeFormer/requirements.txt --prefer-binary
|
||||||
|
|
||||||
:: install requirements of web ui
|
:: install requirements of web ui
|
||||||
pip install -r stable-diffusion-webui/requirements.txt --prefer-binary
|
pip install -r requirements.txt --prefer-binary
|
||||||
|
|
||||||
:: update numpy to latest version
|
:: update numpy to latest version
|
||||||
pip install -U numpy --prefer-binary
|
pip install -U numpy --prefer-binary
|
||||||
|
Loading…
Reference in New Issue
Block a user