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:
lllyasviel
2024-02-17 08:15:29 -08:00
parent 07659efd88
commit ae51178629
10 changed files with 23 additions and 0 deletions

View File

@@ -8,6 +8,8 @@ opSelfAttentionGuidance = SelfAttentionGuidance()
class SAGForForge(scripts.Script):
sorting_priority = 12.5
def title(self):
return "SelfAttentionGuidance Integrated"