diff --git a/clip_interrogator/clip_interrogator.py b/clip_interrogator/clip_interrogator.py index e7fcb5a..02a9b89 100644 --- a/clip_interrogator/clip_interrogator.py +++ b/clip_interrogator/clip_interrogator.py @@ -116,7 +116,7 @@ class Interrogator(): self.clip_preprocess = config.clip_preprocess self.tokenize = open_clip.get_tokenizer(clip_model_name) - sites = ['Artstation', 'behance', 'cg society', 'cgsociety', 'deviantart', 'dribble', + sites = ['Artstation', 'behance', 'cg society', 'cgsociety', 'deviantart', 'dribbble', 'flickr', 'instagram', 'pexels', 'pinterest', 'pixabay', 'pixiv', 'polycount', 'reddit', 'shutterstock', 'tumblr', 'unsplash', 'zbrush central'] trending_list = [site for site in sites]