提交 87083866 编写于 作者: S Seki 提交者: AUTOMATIC1111

add extrastab send to img2img

上级 d4205e66
......@@ -752,6 +752,7 @@ def create_ui(txt2img, img2img, run_extras, run_pnginfo):
result_images = gr.Gallery(label="Result", show_label=False)
html_info_x = gr.HTML()
html_info = gr.HTML()
extras_send_to_img2img = gr.Button('Send to img2img')
submit.click(
fn=run_extras,
......@@ -774,6 +775,13 @@ def create_ui(txt2img, img2img, run_extras, run_pnginfo):
html_info,
]
)
extras_send_to_img2img.click(
fn=lambda x: image_from_url_text(x),
_js="extract_image_from_gallery_img2img",
inputs=[result_images],
outputs=[init_img],
)
pnginfo_interface = gr.Interface(
wrap_gradio_call(run_pnginfo),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册