Skip to content

Commit

Permalink
display order
Browse files Browse the repository at this point in the history
  • Loading branch information
PladsElsker committed Nov 19, 2023
1 parent b9ad4f7 commit be5de39
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions lib_comfyui/default_workflow_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@
default_workflow=external_code.AUTO_WORKFLOW,
types='LATENT',
)
postprocess_latent_workflow_type = external_code.WorkflowType(
base_id='postprocess_latent',
display_name='Postprocess (latent)',
default_workflow=external_code.AUTO_WORKFLOW,
types='LATENT',
)
postprocess_workflow_type = external_code.WorkflowType(
base_id='postprocess',
display_name='Postprocess',
default_workflow=external_code.AUTO_WORKFLOW,
types='IMAGE',
)
postprocess_latent_workflow_type = external_code.WorkflowType(
base_id='postprocess_latent',
display_name='Postprocess (latent)',
default_workflow=external_code.AUTO_WORKFLOW,
types='LATENT',
)
postprocess_image_workflow_type = external_code.WorkflowType(
base_id='postprocess_image',
display_name='Postprocess image',
Expand All @@ -51,8 +51,8 @@ def add_default_workflow_types():
sandbox_tab_workflow_type,
preprocess_workflow_type,
preprocess_latent_workflow_type,
postprocess_latent_workflow_type,
postprocess_workflow_type,
postprocess_latent_workflow_type,
postprocess_image_workflow_type,
before_save_image_workflow_type,
]
Expand Down

0 comments on commit be5de39

Please sign in to comment.