mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-04-23 15:59:20 +00:00
allow extensions to sort themselves in UI
and other installed extensions will be on top now (including some resolution related UI extensions)
This commit is contained in:
@@ -10,6 +10,8 @@ def sdp(q, k, v, transformer_options):
|
||||
|
||||
|
||||
class StyleAlignForForge(scripts.Script):
|
||||
sorting_priority = 17
|
||||
|
||||
def title(self):
|
||||
return "StyleAlign Integrated"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user