mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-08-04 11:12:35 +00:00
extra_only / main_ui_only ScriptPostprocessing (#16374)
This commit is contained in:
@@ -169,6 +169,7 @@ class ScriptPostprocessingUpscale(scripts_postprocessing.ScriptPostprocessing):
|
||||
class ScriptPostprocessingUpscaleSimple(ScriptPostprocessingUpscale):
|
||||
name = "Simple Upscale"
|
||||
order = 900
|
||||
main_ui_only = True
|
||||
|
||||
def ui(self):
|
||||
with FormRow():
|
||||
|
Reference in New Issue
Block a user