mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-31 04:42:09 -08:00
extra_only / main_ui_only ScriptPostprocessing (#16374)
This commit is contained in:
parent
820fe8d2b5
commit
0bf36cf2ad
5 changed files with 15 additions and 12 deletions
|
|
@ -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():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue