mirror of
https://github.com/vladmandic/automatic
synced 2026-09-20 01:31:13 +02:00
add compatibility layer for extensions accessing ui.py directly
This commit is contained in:
Submodule extensions-builtin/sd-dynamic-thresholding updated: f02cacfc92...023d3e51b1
Submodule extensions-builtin/sd-webui-controlnet updated: 5a0f88642a...5fc952793a
+3
-1
@@ -60,10 +60,12 @@ switch_values_symbol = '\U000021C5' # ⇅
|
||||
|
||||
|
||||
|
||||
def create_output_panel(tabname, outdir): # may be referenced by extensions
|
||||
return ui_common.create_output_panel(tabname, outdir)
|
||||
|
||||
def plaintext_to_html(text): # may be referenced by extensions
|
||||
return ui_common.plaintext_to_html(text)
|
||||
|
||||
|
||||
def infotext_to_html(text): # may be referenced by extensions
|
||||
return ui_common.infotext_to_html(text)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user