|
|
@ -116,7 +116,7 @@ class Interrogator(): |
|
|
|
self.clip_preprocess = config.clip_preprocess |
|
|
|
self.clip_preprocess = config.clip_preprocess |
|
|
|
self.tokenize = open_clip.get_tokenizer(clip_model_name) |
|
|
|
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', |
|
|
|
'flickr', 'instagram', 'pexels', 'pinterest', 'pixabay', 'pixiv', 'polycount', |
|
|
|
'reddit', 'shutterstock', 'tumblr', 'unsplash', 'zbrush central'] |
|
|
|
'reddit', 'shutterstock', 'tumblr', 'unsplash', 'zbrush central'] |
|
|
|
trending_list = [site for site in sites] |
|
|
|
trending_list = [site for site in sites] |
|
|
|