Skip to content

Commit

Permalink
cutom themes - 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
diStyApps committed Oct 25, 2024
1 parent 35f33e8 commit 54d297c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.


<img src="web/core/media/git/flow_3.jpg">

<img src="web/core/media/git/flow_4.jpg">

<img src="web/core/media/git/flow_1.jpg">

<img src="web/core/media/git/flow_2.jpg">
Expand Down
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
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.1.2"
version = "0.1.3"
license = {file = "LICENSE"}

[project.urls]
Expand Down
Binary file added web/core/media/git/flow_4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 54d297c

Please sign in to comment.