From 0d62525f3ddb3ff9067712f83375f0c94cab6339 Mon Sep 17 00:00:00 2001 From: Lincoln Stein Date: Sun, 5 Feb 2023 10:53:34 -0500 Subject: [PATCH] reword help message slightly --- ldm/invoke/args.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ldm/invoke/args.py b/ldm/invoke/args.py index 0407d91ca4..bd461f6fea 100644 --- a/ldm/invoke/args.py +++ b/ldm/invoke/args.py @@ -756,7 +756,7 @@ class Args(object): !models -- list models in configs/models.yaml !switch -- switch to model named !import_model /path/to/weights/file.ckpt -- adds a .ckpt model to your config - !import_model /path/to/weights/ -- prompts to add models in a directory + !import_model /path/to/weights/ -- interactively import models from a directory !import_model http://path_to_model.ckpt -- downloads and adds a .ckpt model to your config !import_model hakurei/waifu-diffusion -- downloads and adds a diffusers model to your config !optimize_model -- converts a .ckpt model to a diffusers model