File tree Expand file tree Collapse file tree 2 files changed +21
-4
lines changed
Expand file tree Collapse file tree 2 files changed +21
-4
lines changed Original file line number Diff line number Diff line change @@ -306,13 +306,30 @@ InvokeAI. The second will prepare the 2.3 directory for use with 3.0.
306306You may now launch the WebUI in the usual way, by selecting option [1]
307307from the launcher script
308308
309- #### Migration Caveats
309+ #### Migrating Images
310310
311311The migration script will migrate your invokeai settings and models,
312312including textual inversion models, LoRAs and merges that you may have
313313installed previously. However it does **not** migrate the generated
314- images stored in your 2.3-format outputs directory. You will need to
315- manually import selected images into the 3.0 gallery via drag-and-drop.
314+ images stored in your 2.3-format outputs directory. To do this, you
315+ need to run an additional step:
316+
317+ 1. From a working InvokeAI 3.0 root directory, start the launcher and
318+ enter menu option [8] to open the "developer's console".
319+
320+ 2. At the developer's console command line, type the command:
321+
322+ ```bash
323+ invokeai-import-images
324+ ```
325+
326+ 3 . This will lead you through the process of confirming the desired
327+ source and destination for the imported images. The images will
328+ appear in the gallery board of your choice, and contain the
329+ original prompt, model name, and other parameters used to generate
330+ the image.
331+
332+ (Many kudos to ** techjedi** for contributing this script.)
316333
317334## Hardware Requirements
318335
Original file line number Diff line number Diff line change @@ -264,7 +264,7 @@ experimental versions later.
264264 you can create several levels of subfolders and drop your models into
265265 whichever ones you want.
266266
267- - ***Autoimport FolderLICENSE ***
267+ - ***LICENSE ***
268268
269269 At the bottom of the screen you will see a checkbox for accepting
270270 the CreativeML Responsible AI Licenses. You need to accept the license
You can’t perform that action at this time.
0 commit comments