Skip to content

[diffusers]: Model Manager Web UI #2160

@keturn

Description

@keturn

Model Manager UI needs some changes to support diffusers models:

  • Description: this stays the same!
  • Config: remove; a model's config file is always in a standard location in its directory.
  • Model Location: needs to offer two options:
    • path for a local filesystem path, OR
    • repo_id for a model hosted on 🤗, e.g. CompVis/stable-diffusion-v1-4
  • VAE Location: needs the same path or repo_id option as Model Location.
    • There might be a use case for subfolder as well, as some repositories are only a VAE like stabilityai/sd-vae-ft-mse, but you might also want to load just the VAE from a repository that has one in a subdirectory, like runwayml/stable-diffusion-v1-5 subfolder=vae. Or maybe we define some syntax (like a colon separator) to make that part of a single string?
  • Width and Height: remove; we get these from the model's own settings.

plus maybe some indication of whether a model hosted with a repo_id is locally cached or not?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions