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