major refactor: remove backend original

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2025-07-05 13:16:46 -04:00
parent f408e5f315
commit e8b5ea3847
317 changed files with 386 additions and 39149 deletions
+1 -3
View File
@@ -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):