#image delete

7 messages · Page 1 of 1 (latest)

weary lantern
#

if I delete an image from my board, the image file is not deleted in invoke files. Is there an option to completely delete an image when it's deleted from boards?

abstract flameBOT
#

Hi @weary lantern. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:

#

Yes, when you delete an image from a board in InvokeAI, it should also be removed from the output folder. This is to maintain consistency between the board interface and the physical storage location. However, there seems to be a bug where the image is removed from the board but remains present in the output folder. This issue has been reported on the InvokeAI Github page (https://github.com/invoke-ai/InvokeAI/issues/4368).

As a workaround, you can use the invokeai-db-maintenance command-line utility to maintain the integrity of your InvokeAI database. This script can find and fix orphaned database image records, which occur when an image is manually deleted from the outputs directory. You can run a "clean" operation on the database to remove these orphaned entries. Here's how you can do it:

invokeai-db-maintenance --operation clean

This command will remove any orphaned image records from the database. If you want to find and fix all three types of problems (orphaned database image records, orphaned image files, and missing thumbnails), you can run:

invokeai-db-maintenance --operation all

You can find more information about this utility in the InvokeAI documentation (https://invoke-ai.github.io/InvokeAI/features/UTILITIES/#invokeai-db-maintenance).

Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:

#

@weary lantern kapa.ai is still learning and improving, please let us know how it did by reacting below

weary lantern
#

my previous prompts and keywords are stored in "databases" folder, invokeai file. I don't want my previous prompts to be stored @abstract flame

abstract flameBOT
#

Let me check the knowledge base for you. One moment! :books:

#

Based on the information provided in the extracts, InvokeAI does not seem to have a built-in feature to disable the storage of previous prompts. The prompts you use are stored in the InvokeAI database for reference and to enhance the user experience.

However, if you wish to delete your previous prompts, you could manually delete the database file located in the "databases" folder. Please note that this action will remove all your data, not just the prompts, and cannot be undone.

If you have concerns about data privacy or other issues, I recommend reaching out to InvokeAI support or raising an issue on their GitHub page (https://github.com/invoke-ai/InvokeAI/issues). They may be able to provide more specific guidance or consider your feedback for future updates.

Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: