diff --git a/README.md b/README.md index b7b9a4f..5757769 100644 --- a/README.md +++ b/README.md @@ -58,8 +58,11 @@ Flow is a custom node designed to provide user-friendly interface for ComfyUI by Flow 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. + + + diff --git a/__init__.py b/__init__.py index d271d7e..7ba2ba7 100644 --- a/__init__.py +++ b/__init__.py @@ -33,7 +33,7 @@ NODE_DISPLAY_NAME_MAPPINGS: Dict[str, str] = {} APP_CONFIGS: List[AppConfig] = [] APP_NAME: str = "Flow" -APP_VERSION: str = "0.1.2" +APP_VERSION: str = "0.1.3" PURPLE = "\033[38;5;129m" RESET = "\033[0m" FLOWMSG = f"{PURPLE}Flow{RESET}" diff --git a/pyproject.toml b/pyproject.toml index 565e633..ce65c5d 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.1.2" +version = "0.1.3" license = {file = "LICENSE"} [project.urls] diff --git a/web/core/media/git/flow_4.jpg b/web/core/media/git/flow_4.jpg new file mode 100644 index 0000000..2315b87 Binary files /dev/null and b/web/core/media/git/flow_4.jpg differ