Skip to content

Commit

Permalink
fix canvas image not loaded on output
Browse files Browse the repository at this point in the history
  • Loading branch information
diStyApps committed Dec 5, 2024
1 parent c023aa7 commit 7c3c8dd
Show file tree
Hide file tree
Showing 3 changed files with 211 additions and 141 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.4.2"
APP_VERSION: str = "0.4.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.4.2"
version = "0.4.3"
license = {file = "LICENSE"}

[project.urls]
Expand Down
Loading

0 comments on commit 7c3c8dd

Please sign in to comment.