mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-06 09:12:39 -08:00
repair file paste for Firefox from #10615
remove animation when pasting files into prompt rework two dragdrop js files into one
This commit is contained in:
parent
0cbcc4d828
commit
ee65e72931
3 changed files with 46 additions and 33 deletions
|
|
@ -616,7 +616,8 @@ def create_ui():
|
|||
outputs=[
|
||||
txt2img_prompt,
|
||||
txt_prompt_img
|
||||
]
|
||||
],
|
||||
show_progress=False,
|
||||
)
|
||||
|
||||
enable_hr.change(
|
||||
|
|
@ -902,7 +903,8 @@ def create_ui():
|
|||
outputs=[
|
||||
img2img_prompt,
|
||||
img2img_prompt_img
|
||||
]
|
||||
],
|
||||
show_progress=False,
|
||||
)
|
||||
|
||||
img2img_args = dict(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue