mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-27 04:11:39 -08:00
fix for Reload UI function: if you reload UI on one tab, other opened tabs will no longer stop working
This commit is contained in:
parent
9dd0c4add5
commit
5e30f737b0
2 changed files with 2 additions and 0 deletions
|
|
@ -32,6 +32,7 @@ class ParamBinding:
|
|||
|
||||
def reset():
|
||||
paste_fields.clear()
|
||||
registered_param_bindings.clear()
|
||||
|
||||
|
||||
def quote(text):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue