mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-04-25 00:39:12 +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:
@@ -56,6 +56,8 @@ class ControlNetCachedParameters:
|
||||
|
||||
|
||||
class ControlNetForForgeOfficial(scripts.Script):
|
||||
sorting_priority = 10
|
||||
|
||||
def title(self):
|
||||
return "ControlNet"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user