|
2 年 前 | |
---|---|---|
.github | 2 年 前 | |
configs | 2 年 前 | |
embeddings | 2 年 前 | |
extensions | 2 年 前 | |
extensions-builtin | 2 年 前 | |
html | 2 年 前 | |
javascript | 2 年 前 | |
localizations | 2 年 前 | |
models | 2 年 前 | |
modules | 2 年 前 | |
scripts | 2 年 前 | |
test | 2 年 前 | |
textual_inversion_templates | 2 年 前 | |
.eslintignore | 2 年 前 | |
.eslintrc.js | 2 年 前 | |
.git-blame-ignore-revs | 2 年 前 | |
.gitignore | 2 年 前 | |
.pylintrc | 2 年 前 | |
CHANGELOG.md | 2 年 前 | |
CODEOWNERS | 2 年 前 | |
LICENSE.txt | 2 年 前 | |
README.md | 2 年 前 | |
environment-wsl2.yaml | 2 年 前 | |
launch.py | 2 年 前 | |
package.json | 2 年 前 | |
pyproject.toml | 2 年 前 | |
requirements-test.txt | 2 年 前 | |
requirements.txt | 2 年 前 | |
requirements_versions.txt | 2 年 前 | |
screenshot.png | 2 年 前 | |
script.js | 2 年 前 | |
style.css | 2 年 前 | |
webui-macos-env.sh | 2 年 前 | |
webui-user.bat | 2 年 前 | |
webui-user.sh | 2 年 前 | |
webui.bat | 2 年 前 | |
webui.py | 2 年 前 | |
webui.sh | 2 年 前 |
A browser interface based on Gradio library for Stable Diffusion.
Detailed feature showcase with images:
((tuxedo))
- will pay more attention to tuxedo(tuxedo:1.21)
- alternative syntaxCtrl+Up
or Ctrl+Down
(or Command+Up
or Command+Down
if you're on a MacOS) to automatically adjust attention to selected text (code contributed by anonymous user)--allow-code
to enable)AND
a cat :1.2 AND a dog AND a penguin :2.2
--xformers
to commandline args)Make sure the required dependencies are met and follow the instructions available for both NVidia (recommended) and AMD GPUs.
Alternatively, use online services (like Google Colab):
sd.webui.zip
from v1.0.0-pre and extract it's contents.update.bat
.run.bat
.
> For more details see Install-and-Run-on-NVidia-GPUsgit clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
.webui-user.bat
from Windows Explorer as normal, non-administrator, user.Install the dependencies:
# Debian-based:
sudo apt install wget git python3 python3-venv
# Red Hat-based:
sudo dnf install wget git python3
# Arch-based:
sudo pacman -S wget git python3
Navigate to the directory you would like the webui to be installed and execute the following command:
bash <(wget -qO- https://raw.githubusercontent.com/AUTOMATIC1111/stable-diffusion-webui/master/webui.sh)
Run webui.sh
.
Check webui-user.sh
for options.
Find the instructions here.
Here's how to add code to this repo: Contributing
The documentation was moved from this README over to the project's wiki.
Licenses for borrowed code can be found in Settings -> Licenses
screen, and also in html/licenses.html
file.