aboutsummaryrefslogtreecommitdiff
path: root/modules/interrogate.py
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2022-10-02 22:41:21 +0300
committerAUTOMATIC <16777216c@gmail.com>2022-10-02 22:41:21 +0300
commitc7543d4940da672d970124ae8f2fec9de7bdc1da (patch)
tree6fd8f544b7ff201b959e563c3b0832eb50e130a3 /modules/interrogate.py
parentc4445225f79f1c57afe52358ff4b205864eb7aac (diff)
preprocessing for textual inversion added
Diffstat (limited to 'modules/interrogate.py')
-rw-r--r--modules/interrogate.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/interrogate.py b/modules/interrogate.py
index f62a4745..eed87144 100644
--- a/modules/interrogate.py
+++ b/modules/interrogate.py
@@ -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