From be6191f93298be7c760f1ac3bf1e63ba53e56e40 Mon Sep 17 00:00:00 2001 From: Xin Liu Date: Wed, 6 Nov 2024 16:52:42 +0800 Subject: [PATCH] doc: update `README` Signed-off-by: Xin Liu --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c444a3..599895d 100644 --- a/README.md +++ b/README.md @@ -179,9 +179,17 @@ Options: --t5xxl Path to the the t5xxl text encoder [default: ] --lora-model-dir - Path to the lora model directory [default: ] + Path to the lora model directory + --control-net + Path to control net model + --control-net-cpu + Keep controlnet on cpu (for low vram) --threads Number of threads to use during computation. Default is -1, which means to use all available threads [default: -1] + --clip-on-cpu + Keep clip on cpu (for low vram) + --vae-on-cpu + Keep vae on cpu (for low vram) --task Task type [default: full] [possible values: text2image, image2image, full] --socket-addr