mirror of
https://github.com/vladmandic/automatic
synced 2026-09-18 16:54:33 +02:00
major refactor: remove backend original
Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
+1
-3
@@ -67,9 +67,7 @@ class Script(scripts_manager.Script):
|
||||
return title
|
||||
|
||||
def show(self, is_img2img):
|
||||
if shared.native:
|
||||
return img2img if is_img2img else txt2img
|
||||
return False
|
||||
return img2img if is_img2img else txt2img
|
||||
|
||||
# Define UI for pipeline
|
||||
def ui(self, _is_img2img):
|
||||
|
||||
Reference in New Issue
Block a user