mirror of
https://github.com/virchau13/automatic1111-webui-nix.git
synced 2024-11-22 14:14:05 +03:00
AUTOMATIC1111/stable-diffusion-webui for CUDA and ROCm on NixOS
flake.lock | ||
flake.nix | ||
impl.nix | ||
LICENSE | ||
README.md | ||
shell.nix |
AUTOMATIC1111/stable-diffusion-webui for CUDA on NixOS
This is literally just a shell.nix
and a flake.nix
for stable-diffusion-webui using CUDA on NixOS.
This currently doesn't support AMD cards (I don't have one) but feel free to contribute.
Usage
git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui
git clone https://github.com/virchau13/automatic1111-webui-nix
cp automatic1111-webui-nix-flake/*.nix stable-diffusion-webui/
cd stable-diffusion-webui
nix shell # or `nix-shell` if you're not using flakes
# just use `./webui.sh` to run it, it'll install all the rest automatically
# follow the tutorials at the original project for setting up Stable Diffusion / GFPGAN / whatever
You might want to switch to high performance mode on battery-powered devices.
Credits
- AUTOMATIC1111 for obvious reasons.
- polypoyo for the original draft of this.