-
Notifications
You must be signed in to change notification settings - Fork 432
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support for many different caption models:
blip-base, blip-large, blip2-2.7b, blip2-flan-t5-xl, git-large-coco
- Loading branch information
1 parent
ac74904
commit ce9d271
Showing
7 changed files
with
89 additions
and
128 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
from .clip_interrogator import Config, Interrogator, LabelTable, load_list | ||
from .clip_interrogator import Config, Interrogator, LabelTable, list_caption_models, list_clip_models, load_list | ||
|
||
__version__ = '0.5.5' | ||
__version__ = '0.6.0' | ||
__author__ = 'pharmapsychotic' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,5 +5,5 @@ requests | |
safetensors | ||
tqdm | ||
open_clip_torch | ||
blip-ci | ||
transformers>=4.15.0,<=4.26.1 | ||
accelerate | ||
transformers>=4.27.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.