diff --git a/examples/cli/README.md b/examples/cli/README.md index 84dd5c716..443b9d1e5 100644 --- a/examples/cli/README.md +++ b/examples/cli/README.md @@ -36,7 +36,7 @@ Context Options: --tae alias of --taesd --control-net path to control net model --embd-dir embeddings directory - --lora-model-dir lora model directory + --lora-model-dir lora model directory (lora tags in prompt are ignored when unset) --tensor-type-rules weight type per tensor pattern (example: "^vae\.=f16,model\.=q8_0") --photo-maker path to PHOTOMAKER model --upscale-model path to esrgan model. diff --git a/examples/common/common.hpp b/examples/common/common.hpp index d299da50c..a95326909 100644 --- a/examples/common/common.hpp +++ b/examples/common/common.hpp @@ -546,7 +546,7 @@ struct SDContextParams { &embedding_dir}, {"", "--lora-model-dir", - "lora model directory", + "lora model directory (lora tags in prompt are ignored when unset)", &lora_model_dir}, {"", diff --git a/examples/server/README.md b/examples/server/README.md index 7e6681570..d2fae3192 100644 --- a/examples/server/README.md +++ b/examples/server/README.md @@ -28,7 +28,7 @@ Context Options: --tae alias of --taesd --control-net path to control net model --embd-dir embeddings directory - --lora-model-dir lora model directory + --lora-model-dir lora model directory (lora tags in prompt are ignored when unset) --tensor-type-rules weight type per tensor pattern (example: "^vae\.=f16,model\.=q8_0") --photo-maker path to PHOTOMAKER model --upscale-model path to esrgan model.