Skip to main content

CLI tool for working with orphaned external models and the InvokeAI database

Project description

InvokeAI Models CLI

PyPI Python Versions

[!NOTE] Project features were driven by personal needs and not a sense to create a general-purpose tool. As such, the tool may not be suitable for all use cases. Please use it with caution and always back up your data before making any changes. It is not intended to replace the official Invoke AI web UI but provides additional functionality for managing orphaned models.

InvokeAI Models CLI is a simplified command-line tool for managing orphaned Invoke AI models left in the database after their external sources have been deleted. This tool allows you to list, compare, and delete models automatically or via an interactive selection menu.

Why Use This Tool?

This tool addresses a personal pain point with unmanaged external models not handled by Invoke AI. It is not intended to replace the official Invoke AI web UI but provides additional functionality for managing orphaned models.

Installation

Choose one of the following methods to install/run the tool:

Using pipx (Recommended)

pipx install invokeai-models-cli

Using pip

pip install .

Or, if you prefer a local installation with the ability to explore and modify the code:

pip install -e .

Make sure to create and activate a virtual environment before installing locally.

Usage

After installation, use the following commands:

invokeai-models [OPTIONS] COMMAND [ARGS]

Available Commands:

  • database

    • create-snapshot: Create a snapshot of the current database state.
    • list-snapshots: List available snapshots.
    • delete-snapshot: Delete a snapshot by ID.
    • restore-snapshot: Restore a snapshot by ID.
  • local-models: Display local models information.

  • compare-models: Compare models based on specific criteria (e.g., model name, hash).

  • sync-models: Sync orphaned models with the current external sources or delete them if they no longer exist.

  • database-models: List and manage models in the Invoke AI database, including orphaned ones.

Examples

  • Create a snapshot: invokeai-models database create-snapshot
  • List snapshots: invokeai-models database list-snapshots
  • Delete a snapshot: invokeai-models database delete-snapshot
  • Restore a snapshot: invokeai-models database restore-snapshot
  • Compare models: invokeai-models compare-models

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

invokeai_models_cli-1.1.0.tar.gz (14.7 kB view hashes)

Uploaded Source

Built Distribution

invokeai_models_cli-1.1.0-py3-none-any.whl (16.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page