|
7 meses atrás | |
---|---|---|
.github | 7 meses atrás | |
configs | 9 meses atrás | |
embeddings | 2 anos atrás | |
extensions | 2 anos atrás | |
extensions-builtin | 8 meses atrás | |
html | 10 meses atrás | |
javascript | 7 meses atrás | |
localizations | 2 anos atrás | |
models | 2 anos atrás | |
modules | 7 meses atrás | |
scripts | 7 meses atrás | |
test | 1 ano atrás | |
textual_inversion_templates | 2 anos atrás | |
.eslintignore | 2 anos atrás | |
.eslintrc.js | 1 ano atrás | |
.git-blame-ignore-revs | 2 anos atrás | |
.gitignore | 1 ano atrás | |
.pylintrc | 2 anos atrás | |
CHANGELOG.md | 1 ano atrás | |
CITATION.cff | 2 anos atrás | |
CODEOWNERS | 10 meses atrás | |
LICENSE.txt | 2 anos atrás | |
README.md | 10 meses atrás | |
_typos.toml | 1 ano atrás | |
environment-wsl2.yaml | 2 anos atrás | |
launch.py | 2 anos atrás | |
package.json | 2 anos atrás | |
pyproject.toml | 1 ano atrás | |
requirements-test.txt | 2 anos atrás | |
requirements.txt | 1 ano atrás | |
requirements_npu.txt | 1 ano atrás | |
requirements_versions.txt | 9 meses atrás | |
screenshot.png | 2 anos atrás | |
script.js | 1 ano atrás | |
style.css | 1 ano atrás | |
webui-macos-env.sh | 1 ano atrás | |
webui-user.bat | 2 anos atrás | |
webui-user.sh | 2 anos atrás | |
webui.bat | 9 meses atrás | |
webui.py | 9 meses atrás | |
webui.sh | 1 ano atrás |
A web interface for Stable Diffusion, implemented using Gradio library.
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:
Alternatively, use online services (like Google Colab):
sd.webui.zip
from v1.0.0-pre and extract its 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 libgl1 libglib2.0-0
# Red Hat-based:
sudo dnf install wget git python3 gperftools-libs libglvnd-glx
# openSUSE-based:
sudo zypper install wget git python3 libtcmalloc4 libglvnd
# Arch-based:
sudo pacman -S wget git python3
If your system is very new, you need to install python3.11 or python3.10:
# Ubuntu 24.04
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt update
sudo apt install python3.11
# Manjaro/Arch
sudo pacman -S yay
yay -S python311 # do not confuse with python3.11 package
# Only for 3.11
# Then set up env variable in launch script
export python_cmd="python3.11"
# or in webui-user.sh
python_cmd="python3.11"
Navigate to the directory you would like the webui to be installed and execute the following command:
wget -q https://raw.githubusercontent.com/AUTOMATIC1111/stable-diffusion-webui/master/webui.sh
chmod +x webui.sh
Or just clone the repo wherever you want:
git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui
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.
For the purposes of getting Google and other search engines to crawl the wiki, here's a link to the (not for humans) crawlable wiki.
Licenses for borrowed code can be found in Settings -> Licenses
screen, and also in html/licenses.html
file.