preprocessing for textual inversion added

This commit is contained in:
AUTOMATIC
2022-10-02 22:41:21 +03:00
parent c4445225f7
commit c7543d4940
5 changed files with 124 additions and 3 deletions

View File

@@ -21,6 +21,7 @@ Category = namedtuple("Category", ["name", "topn", "items"])
re_topn = re.compile(r"\.top(\d+)\.")
class InterrogateModels:
blip_model = None
clip_model = None