[Self-used]Stable_Diffusion_webUI Deployment on Windows

Foreword:
The words below are not specificly intended to post encouragement to anyone uninterested. It's more of learning notes than a learning course.
The document will be more inviting if you have a discrete graphics card.
Dependences:
a.Python 3.10.6
link: https://www.python.org/ftp/python/3.10.6/python-3.10.6-amd64.exe
Words: Life is short, use Python.
b.Git(Optional)
Words: With git, you have easy access to get to the repository.
c.Pro access to Internet
Words: Anytime something went wrong, especially problems concerning download, press the red button and all will turn out well in the end. If not, close this page now.
Getting Started:
If you have git, right click your cute mouse at an empty directory then "Open Git Bash here", input the following code with an enter.
git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
If you really hate git or due to some reason, visit the following website and get the latest release ended with ".zip", then unzip it.
https://github.com/AUTOMATIC1111/stable-diffusion-webui
Deployment:
Open "webui-user.bat", then wait for the boring download.
Should downloading error occur, restart the bat file or downloading it by yourself. Attention, a virtual environment will be created when first time running the bat file, your self-downloaded python lib should be put in "vene" folder.
The end of the Beginning:
Fortunately, the second time you open the bat file, the installation has been completed. Open the website given, which should be http://127.0.0.1:7860 by default.
Now it's time to enjoy a cup of coffee.
Chinese localization:
With your webUI on, accompanied by your pro software, go to "Extensions-Available". Uncheck the tags below, which will hide our extensions. Search "zh" and choose the one that "Stars" most.
After installing you go to "Extensions-Installed", check all the boxes then press "Apply and restart UI"
After restarting you go to "Settings-User interface-Localization", choose the one you have installed. After that, "Apply settings" and then Reload UI. 然后你终于可以看到中文了。
References:
[1]https://github.com/AUTOMATIC1111/stable-diffusion-webui
This document is still being completed.