Skip to content

Commit 76b4a5f

Browse files
committed
up readme
1 parent 3cc02fb commit 76b4a5f

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ Flow is a custom node designed to provide user-friendly interface for ComfyUI by
5858

5959
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.
6060

61+
### Watch on Youtube
62+
63+
[![Flow](web/core/media/git/flow_yt.jpg)](https://www.youtube.com/watch?v=g8zMs2B5tic "Flow")
6164

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

flow/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from pathlib import Path
44
import re
55
APP_NAME = "Flow"
6-
APP_VERSION = "0.4.7"
6+
APP_VERSION = "0.4.8"
77
FLOWMSG = f"\033[38;5;129mFlow - {APP_VERSION}\033[0m"
88
APP_CONFIGS = []
99

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "comfyui-disty-flow"
33
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."
4-
version = "0.4.7"
4+
version = "0.4.8"
55
license = {file = "LICENSE"}
66

77
[project.urls]

web/core/media/git/flow_yt.jpg

117 KB
Loading

0 commit comments

Comments
 (0)