From d11bf4aa445684c1d9825da902a1804953953cc0 Mon Sep 17 00:00:00 2001 From: gbtb Date: Wed, 18 Oct 2023 19:48:54 +1000 Subject: [PATCH] Update README.md Added explicit mentioning of settings tab. See #26 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b6a6c17..b6c3ecd 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ Flake for running SD on NixOS 1. `.#webui.default` builds package with default torch-bin that has CUDA-support by default 1. `.#webui.amd` builds package which overrides torch packages with ROCM-enabled bin versions 1. Webui is not a proper python package by itself, so I had to make a multi-layered wrapper script which sets required env and args. `bin/flake-launch` is a top-level wrapper, which sets default args and is running by default. `bin/launch.py` is a thin wrapper around original launch.py which only sets PYTHONPATH with required packages. Both wrappers pass additional args further down the pipeline. To list all available args you may run `nix run .#webui.amd -- --help`. +2. If image generation fails with errors related to missing or read-only paths, please check settings tab inside web ui and set output paths to appropriate directories. Unfortunately, CLI doesn't expose these knobs, so it has to be done manually. ## Hardware quirks ### AMD