mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-08-04 11:12:35 +00:00
fix scripts I broke with the extension tab changes
This commit is contained in:
3
webui.py
3
webui.py
@@ -61,9 +61,6 @@ def wrap_gradio_gpu_call(func, extra_outputs=None):
|
||||
|
||||
def initialize():
|
||||
extensions.list_extensions()
|
||||
#for ext in extensions.extensions:
|
||||
# print(ext.name, ext.path, ext.enabled, ext.remote)
|
||||
#exit()
|
||||
|
||||
if cmd_opts.ui_debug_mode:
|
||||
shared.sd_upscalers = upscaler.UpscalerLanczos().scalers
|
||||
|
Reference in New Issue
Block a user