未验证 提交 a66514e1 编写于 作者: A AUTOMATIC1111 提交者: GitHub

Merge pull request #6005 from allenbenz/patch-1

Fix clip interrogate from the webui
......@@ -270,7 +270,7 @@ def apply_styles(prompt, prompt_neg, style1_name, style2_name):
def interrogate(image):
prompt = shared.interrogator.interrogate(image)
prompt = shared.interrogator.interrogate(image.convert("RGB"))
return gr_show(True) if prompt is None else prompt
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册