mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-04-29 18:51:31 +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:
@@ -8,6 +8,8 @@ opSelfAttentionGuidance = SelfAttentionGuidance()
|
||||
|
||||
|
||||
class SAGForForge(scripts.Script):
|
||||
sorting_priority = 12.5
|
||||
|
||||
def title(self):
|
||||
return "SelfAttentionGuidance Integrated"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user