mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-06 02:30:30 -08:00
preprocessing for textual inversion added
This commit is contained in:
parent
c4445225f7
commit
c7543d4940
5 changed files with 124 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue