From aa596d838612590aa4a79f5592446f49979da08a Mon Sep 17 00:00:00 2001 From: Cross Nastasi Date: Fri, 21 Oct 2022 01:38:00 -0400 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 13511fb..8165483 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ Available command line arguments: | -------------------- | ----------------------------------------------------------------------------------------------------------------------------- | -------- | | --model | lama/ldm/zits/mat/fcf/sd1.5 See details in [Inpaint Model](#inpainting-model) | lama | | --hf_access_token | stable-diffusion need [huggingface access token](https://huggingface.co/docs/hub/security-tokens) to download model | | -| --sd-run-local | Once the model as downloaded, you can pass this arg and remove `--hf_access_token` | | +| --sd-run-local | Once the model is downloaded, you can pass this arg and remove `--hf_access_token` | | | --sd-disable-nsfw | Disable stable-diffusion NSFW checker. | | | --sd-cpu-textencoder | Always run stable-diffusion TextEncoder model on CPU. | | | --device | cuda or cpu | cuda |