Updated Command Line Arguments and Settings (markdown)

w-e-w 2024-11-02 20:11:12 +09:00
parent f87fde526a
commit e6dd8a884f

@ -61,6 +61,7 @@ https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/10516
-h, --help | None | False | Show this help message and exit. |
--exit | | | Terminate after installation |
--data-dir | DATA_DIR | ./ | base path where all user data is stored |
--models-dir | MODELS | None | base path where models are stored; overrides --data-dir
--config | CONFIG | configs/stable-diffusion/v1-inference.yaml | Path to config which constructs model. |
--ckpt | CKPT | model.ckpt | Path to checkpoint of Stable Diffusion model; if specified, this checkpoint will be added to the list of checkpoints and loaded. |
--ckpt-dir | CKPT_DIR | None | Path to directory with Stable Diffusion checkpoints. |