mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-01-31 02:32:57 +08:00
Merge pull request #6143 from vladmandic/fix-interrogate
fix interrogate
This commit is contained in:
commit
f378b8d53a
@ -135,7 +135,7 @@ class InterrogateModels:
|
|||||||
return caption[0]
|
return caption[0]
|
||||||
|
|
||||||
def interrogate(self, pil_image):
|
def interrogate(self, pil_image):
|
||||||
res = None
|
res = ""
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user