|
%!s(int64=2) %!d(string=hai) anos | |
---|---|---|
.github | %!s(int64=2) %!d(string=hai) anos | |
configs | %!s(int64=2) %!d(string=hai) anos | |
embeddings | %!s(int64=2) %!d(string=hai) anos | |
extensions | %!s(int64=2) %!d(string=hai) anos | |
extensions-builtin | %!s(int64=2) %!d(string=hai) anos | |
html | %!s(int64=2) %!d(string=hai) anos | |
javascript | %!s(int64=2) %!d(string=hai) anos | |
localizations | %!s(int64=2) %!d(string=hai) anos | |
models | %!s(int64=2) %!d(string=hai) anos | |
modules | %!s(int64=2) %!d(string=hai) anos | |
scripts | %!s(int64=2) %!d(string=hai) anos | |
test | %!s(int64=2) %!d(string=hai) anos | |
textual_inversion_templates | %!s(int64=2) %!d(string=hai) anos | |
.eslintignore | %!s(int64=2) %!d(string=hai) anos | |
.eslintrc.js | %!s(int64=2) %!d(string=hai) anos | |
.git-blame-ignore-revs | %!s(int64=2) %!d(string=hai) anos | |
.gitignore | %!s(int64=2) %!d(string=hai) anos | |
.pylintrc | %!s(int64=2) %!d(string=hai) anos | |
CHANGELOG.md | %!s(int64=2) %!d(string=hai) anos | |
CODEOWNERS | %!s(int64=2) %!d(string=hai) anos | |
LICENSE.txt | %!s(int64=2) %!d(string=hai) anos | |
README.md | %!s(int64=2) %!d(string=hai) anos | |
environment-wsl2.yaml | %!s(int64=2) %!d(string=hai) anos | |
launch.py | %!s(int64=2) %!d(string=hai) anos | |
package.json | %!s(int64=2) %!d(string=hai) anos | |
pyproject.toml | %!s(int64=2) %!d(string=hai) anos | |
requirements-test.txt | %!s(int64=2) %!d(string=hai) anos | |
requirements.txt | %!s(int64=2) %!d(string=hai) anos | |
requirements_versions.txt | %!s(int64=2) %!d(string=hai) anos | |
screenshot.png | %!s(int64=2) %!d(string=hai) anos | |
script.js | %!s(int64=2) %!d(string=hai) anos | |
style.css | %!s(int64=2) %!d(string=hai) anos | |
webui-macos-env.sh | %!s(int64=2) %!d(string=hai) anos | |
webui-user.bat | %!s(int64=2) %!d(string=hai) anos | |
webui-user.sh | %!s(int64=2) %!d(string=hai) anos | |
webui.bat | %!s(int64=2) %!d(string=hai) anos | |
webui.py | %!s(int64=2) %!d(string=hai) anos | |
webui.sh | %!s(int64=2) %!d(string=hai) anos |
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.