Skip to content

[ENHANCEMENT] multilingual_clip from local cache #1295

Description

@rcking

Feature Request
It would be useful to be able to use multilingual_clip models in a offline environment.

It is already possible to load clip/open_clip models from a local cache by setting the "localpath" property in the model settings.

However, this is presently not possible for multilingual_clip.

Proposed Solution
I would like to see an update of clip_utils.py that loads a multilingual_clip model from a local cache.

This might require two separate parameters (e.g., "localpath_visual" and "localpath_textual") to be parsed from the model configuration.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions