mirror of
https://github.com/vladmandic/automatic
synced 2026-09-18 16:54:33 +02:00
fix: wrong import to typo in deepbooru api import
This commit is contained in:
@@ -80,7 +80,7 @@ def post_interrogate(req: models.ReqInterrogate):
|
||||
caption = shared.interrogator.interrogate(image)
|
||||
return models.ResInterrogate(caption)
|
||||
elif req.model == "deepdanbooru":
|
||||
from mobules import deepbooru
|
||||
from modules import deepbooru
|
||||
caption = deepbooru.model.tag(image)
|
||||
return models.ResInterrogate(caption)
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user