From edd13b4fd124c62c37cda903d87229e9feff13c8 Mon Sep 17 00:00:00 2001 From: disty Date: Tue, 19 Nov 2024 18:13:46 +0200 Subject: [PATCH] sorting --- __init__.py | 2 +- pyproject.toml | 2 +- web/flow/js/main.js | 11 +++++++---- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/__init__.py b/__init__.py index 4a27190..1a23976 100644 --- a/__init__.py +++ b/__init__.py @@ -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}" diff --git a/pyproject.toml b/pyproject.toml index 5fe447c..ea7fe41 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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] diff --git a/web/flow/js/main.js b/web/flow/js/main.js index 5f5455a..442ef13 100644 --- a/web/flow/js/main.js +++ b/web/flow/js/main.js @@ -20,8 +20,8 @@ const priorityFlowIds = [ 'n0y8e', 'yigqn', '12slf', - - + '28s1h', + '67e3l', ]; const categoryKeywords = [ @@ -39,8 +39,11 @@ const categoryKeywords = [ 'GGUF', 'Pulid', 'CogVideoX', - 'Mochi' - + 'Mochi', + 'Paint', + 'Inpaint', + 'Detailer', + 'Canvas', ]; const defaultPreferences = {