Image to prompt with BLIP and CLIP
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
from .clip_interrogator import Config, Interrogator, LabelTable, list_caption_models, list_clip_models, load_list
|
|
|
|
|
|
|
|
__version__ = '0.6.0'
|
|
|
|
__author__ = 'pharmapsychotic'
|