Skip to content

Commit b7d19b8

Browse files
maryhipppsychedelicious
authored andcommitted
add project as category to back-end
1 parent 3dc1322 commit b7d19b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

invokeai/app/services/workflow_records/workflow_records_common.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ class WorkflowRecordOrderBy(str, Enum, metaclass=MetaEnum):
3131
class WorkflowCategory(str, Enum, metaclass=MetaEnum):
3232
User = "user"
3333
Default = "default"
34+
Project = "project"
3435

3536

3637
class WorkflowMeta(BaseModel):

0 commit comments

Comments
 (0)