mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2024-06-07 21:20:49 +00:00
inspiration perfected
This commit is contained in:
parent
d93ea5cdeb
commit
67b78f0ea6
@ -160,12 +160,13 @@ def ui(gr, opts, txt2img_prompt, img2img_prompt):
|
|||||||
with gr.Row():
|
with gr.Row():
|
||||||
send_to_txt2img = gr.Button('to txt2img')
|
send_to_txt2img = gr.Button('to txt2img')
|
||||||
send_to_img2img = gr.Button('to img2img')
|
send_to_img2img = gr.Button('to img2img')
|
||||||
style_gallery = gr.Gallery(show_label=False).style(grid=2, height='auto')
|
|
||||||
warning = gr.HTML()
|
|
||||||
with gr.Row():
|
|
||||||
collect = gr.Button('Collect')
|
collect = gr.Button('Collect')
|
||||||
give_up = gr.Button("Don't show again")
|
give_up = gr.Button("Don't show again")
|
||||||
moveout = gr.Button("Move out", visible=False)
|
moveout = gr.Button("Move out", visible=False)
|
||||||
|
warning = gr.HTML()
|
||||||
|
style_gallery = gr.Gallery(show_label=False).style(grid=2, height='auto')
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
with gr.Row(visible=False):
|
with gr.Row(visible=False):
|
||||||
select_button = gr.Button('set button', elem_id="inspiration_select_button")
|
select_button = gr.Button('set button', elem_id="inspiration_select_button")
|
||||||
|
Loading…
Reference in New Issue
Block a user