mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-06 02:30:30 -08:00
add tags to extensions, and ability to filter out tags
list changed Settings keys in UI do not print VRAM/etc stats everywhere but in calls that use GPU
This commit is contained in:
parent
a2a1a2f727
commit
e5b4e3f820
4 changed files with 64 additions and 23 deletions
2
webui.py
2
webui.py
|
|
@ -57,7 +57,7 @@ def wrap_gradio_gpu_call(func, extra_outputs=None):
|
|||
|
||||
return res
|
||||
|
||||
return modules.ui.wrap_gradio_call(f, extra_outputs=extra_outputs)
|
||||
return modules.ui.wrap_gradio_call(f, extra_outputs=extra_outputs, add_stats=True)
|
||||
|
||||
|
||||
def initialize():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue