|
преди 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.