mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Remove remains of priority logic
This commit is contained in:
@ -27,8 +27,7 @@ def callback(name: str, order: int = 0):
|
||||
|
||||
|
||||
class ExtensionBase:
|
||||
def __init__(self, priority: int):
|
||||
self.priority = priority
|
||||
def __init__(self):
|
||||
self.injections: List[InjectionInfo] = []
|
||||
for func_name in dir(self):
|
||||
func = getattr(self, func_name)
|
||||
|
Reference in New Issue
Block a user