add extensions

This commit is contained in:
Vladimir Mandic
2023-01-09 08:02:38 -05:00
parent 2b75ca9eca
commit 321134b946
16 changed files with 684 additions and 11 deletions
+5 -5
View File
@@ -1673,11 +1673,11 @@ def create_ui():
)
interfaces = [
(txt2img_interface, "txt2img", "txt2img"),
(img2img_interface, "img2img", "img2img"),
(extras_interface, "Extras", "extras"),
(pnginfo_interface, "PNG Info", "pnginfo"),
(modelmerger_interface, "Checkpoint Merger", "modelmerger"),
(txt2img_interface, "Text", "txt2img"),
(img2img_interface, "Image", "img2img"),
(extras_interface, "Upscale", "extras"),
(pnginfo_interface, "Image Info", "pnginfo"),
# (modelmerger_interface, "Checkpoint Merger", "modelmerger"),
(train_interface, "Train", "ti"),
]