mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
feat(backend): allow/deny nodes - do not parse args again
This commit is contained in:
parent
7254a6a517
commit
cc92ce3da5
@ -473,7 +473,6 @@ class BaseInvocation(ABC, BaseModel):
|
||||
@classmethod
|
||||
def get_all_subclasses(cls):
|
||||
app_config = InvokeAIAppConfig.get_config()
|
||||
app_config.parse_args()
|
||||
subclasses = []
|
||||
toprocess = [cls]
|
||||
while len(toprocess) > 0:
|
||||
|
Loading…
Reference in New Issue
Block a user