From 1f830740e1ffab13afeaca70201d4b0e34f28b3a Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Thu, 12 Jan 2023 21:07:49 +0900 Subject: [PATCH] Update README.md huggingface -> Hugging Face --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 71fc0941..5e86ebe1 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ Available command line arguments: | --sd-disable-nsfw | Disable stable-diffusion NSFW checker. | | | --sd-cpu-textencoder | Always run stable-diffusion TextEncoder model on CPU. | | | --sd-enable-xformers | Enable xFormers optimizations. See: [facebookresearch/xformers](https://github.com/facebookresearch/xformers) | | -| --local-files-only | Once the model as downloaded, you can pass this arg to avoid diffusers connect to huggingface server | | +| --local-files-only | Once the model as downloaded, you can pass this arg to avoid diffusers connect to Hugging Face server | | | --cpu-offload | sd/paint_by_example model, offloads all models to CPU, sacrifice speed for reducing vRAM usage. | | --no-half | Using full precision for sd/paint_by_exmaple model | | | --device | cuda / cpu / mps | cuda |