mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-04-21 23:09:19 +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:
@@ -7,6 +7,8 @@ opDynamicThresholdingNode = DynamicThresholdingNode().patch
|
||||
|
||||
|
||||
class DynamicThresholdingForForge(scripts.Script):
|
||||
sorting_priority = 11
|
||||
|
||||
def title(self):
|
||||
return "DynamicThresholding (CFG-Fix) Integrated"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user