Skip to content

Commit

Permalink
sorting
Browse files Browse the repository at this point in the history
main prompt fix
  • Loading branch information
diStyApps committed Nov 19, 2024
1 parent edd13b4 commit cb6cd16
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 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.3.1"
APP_VERSION: str = "0.3.2"
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.3.1"
version = "0.3.2"
license = {file = "LICENSE"}

[project.urls]
Expand Down
2 changes: 1 addition & 1 deletion web/core/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ import CanvasComponent from './js/common/components/CanvasComponent.js';

function generateDynamicScriptDefault(index) {
const defaultsPrompts = [
'A cartoon happy goat with purple eyes and a black horn in the jungle',
'A cartoon cute happy white female goat with purple eyes and a black horn in the jungle',
'ugly, blur, jpeg artifacts, low quality, lowres, child',
];
return defaultsPrompts[index] || '';
Expand Down
2 changes: 2 additions & 0 deletions web/flow/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ const categoryKeywords = [
'Inpaint',
'Detailer',
'Canvas',
'Remover',
'Background',
];

const defaultPreferences = {
Expand Down

0 comments on commit cb6cd16

Please sign in to comment.