Skip to content

Commit 831a2f3

Browse files
committed
readme
1 parent f5be836 commit 831a2f3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ http://127.0.0.1:8188/flow
129129

130130
### Media and Model Management
131131
- [ ] Media Gallery Integration
132-
- [ ] Model Gallery Integration
133-
132+
- [x] Model Gallery Integration
133+
- - Improved Model Gallery
134134
### Pre-built Flows
135135
- Exclusive Flows for various tasks
136136
- Task-specific Flows

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.5.0"
6+
APP_VERSION = "0.5.1"
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.5.0"
4+
version = "0.5.1"
55
license = {file = "LICENSE"}
66

77
[project.urls]
14.3 KB
Loading

0 commit comments

Comments
 (0)