Skip to content

Commit

Permalink
sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
diStyApps committed Nov 19, 2024
1 parent e1b807f commit edd13b4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
NODE_DISPLAY_NAME_MAPPINGS: Dict[str, str] = {}
APP_CONFIGS: List[AppConfig] = []
APP_NAME: str = "Flow"
APP_VERSION: str = "0.3.0"
APP_VERSION: str = "0.3.1"
PURPLE = "\033[38;5;129m"
RESET = "\033[0m"
FLOWMSG = f"{PURPLE}Flow{RESET}"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "comfyui-disty-flow"
description = "Flow is a custom node designed to provide a more user-friendly interface for ComfyUI by acting as an alternative user interface for running workflows. It is not a replacement for workflow creation.\nFlow is currently in the early stages of development, so expect bugs and ongoing feature enhancements. With your support and feedback, Flow will settle into a steady stream."
version = "0.3.0"
version = "0.3.1"
license = {file = "LICENSE"}

[project.urls]
Expand Down
11 changes: 7 additions & 4 deletions web/flow/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ const priorityFlowIds = [
'n0y8e',
'yigqn',
'12slf',


'28s1h',
'67e3l',
];

const categoryKeywords = [
Expand All @@ -39,8 +39,11 @@ const categoryKeywords = [
'GGUF',
'Pulid',
'CogVideoX',
'Mochi'

'Mochi',
'Paint',
'Inpaint',
'Detailer',
'Canvas',
];

const defaultPreferences = {
Expand Down

0 comments on commit edd13b4

Please sign in to comment.