diff options
author | AUTOMATIC <16777216c@gmail.com> | 2022-10-02 19:41:21 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2022-10-02 19:41:21 +0000 |
commit | c7543d4940da672d970124ae8f2fec9de7bdc1da (patch) | |
tree | 6fd8f544b7ff201b959e563c3b0832eb50e130a3 /modules/interrogate.py | |
parent | c4445225f79f1c57afe52358ff4b205864eb7aac (diff) | |
download | stable-diffusion-webui-gfx803-c7543d4940da672d970124ae8f2fec9de7bdc1da.tar.gz stable-diffusion-webui-gfx803-c7543d4940da672d970124ae8f2fec9de7bdc1da.tar.bz2 stable-diffusion-webui-gfx803-c7543d4940da672d970124ae8f2fec9de7bdc1da.zip |
preprocessing for textual inversion added
Diffstat (limited to 'modules/interrogate.py')
-rw-r--r-- | modules/interrogate.py | 1 |
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
|