From eeb80f81aa4e67413b8a2c6cee632b5097e0c38c Mon Sep 17 00:00:00 2001 From: Bryce Date: Sun, 5 Feb 2023 09:25:53 -0800 Subject: [PATCH] docs: update changelog --- README.md | 3 +++ imaginairy/cmds.py | 1 + 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 8983429..f8230f0 100644 --- a/README.md +++ b/README.md @@ -302,6 +302,9 @@ docker run -it --gpus all -v $HOME/.cache/huggingface:/root/.cache/huggingface - - feature: `edit` and `imagine` commands now accept multiple images (which they will process separately). This allows batch editing of images as requested in [#229](https://github.com/brycedrennan/imaginAIry/issues/229) - refactor: move `--surprise-me` to its own subcommand `edit-demo` +- feature: allow selection of output image format with `--output-file-extension` +- docs: make training fail on MPS platform with useful error message +- docs: add directions on how to change model cache path **8.3.1** - fix: init-image-strength type diff --git a/imaginairy/cmds.py b/imaginairy/cmds.py index 3ea3e18..dd6df8d 100644 --- a/imaginairy/cmds.py +++ b/imaginairy/cmds.py @@ -431,6 +431,7 @@ def imagine_cmd( help="Image width. Should be multiple of 8.", ) def edit_demo(image_paths, outdir, height, width): + """Make some fun pre-set edits to input photos.""" from imaginairy.log_utils import configure_logging from imaginairy.surprise_me import create_surprise_me_images