Skip to content

Commit ce5f96f

Browse files
committed
Add Comfy Registry related files, toggle bar, inline variable sorting/filtering, quick rename, disable minify and missing reference in notice
* Add Comfy Registry related files * Remove unnecessary minification * Added ability to toggle top bar * Added sorting based on types to inline variable prompt * Added filtering based on types to inline variable prompt * Added ability to Shift Double Click to rename variable * Added missing reference to uFuzzy in NOTICE file
1 parent c938bf9 commit ce5f96f

File tree

4 files changed

+8275
-9
lines changed

4 files changed

+8275
-9
lines changed

.github/workflows/publish.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Publish to Comfy registry
2+
on:
3+
workflow_dispatch:
4+
push:
5+
branches:
6+
- main
7+
paths:
8+
- "pyproject.toml"
9+
10+
jobs:
11+
publish-node:
12+
name: Publish Custom Node to registry
13+
runs-on: ubuntu-latest
14+
steps:
15+
- name: Check out code
16+
uses: actions/checkout@v4
17+
- name: Publish Custom Node
18+
uses: Comfy-Org/publish-node-action@main
19+
with:
20+
personal_access_token: ${{ secrets.REGISTRY_ACCESS_TOKEN }}

NOTICE

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,6 @@ https://github.com/vczh/sd-prompt-parser
1212

1313
This project includes code from the UE Nodes project (Apache 2.0)
1414
https://github.com/chrisgoringe/cg-use-everywhere
15+
16+
This project includes code from the uFuzzy project (MIT)
17+
https://github.com/leeoniya/uFuzzy

js/tweak/mape-helpers.js

Lines changed: 8239 additions & 9 deletions
Large diffs are not rendered by default.

pyproject.toml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[project]
2+
name = "comfyui-mape-helpers"
3+
description = "Multi-monitor image preview, Variable Assigment/Wireless Nodes, Prompt Tweaking, Command Palette, Pinned favourite nodes, Node navigation, Fuzzy search, Node time tracking, Organizing and Error management. For more info visit: [a/https://comfyui.ma.pe/](https://comfyui.ma.pe/)"
4+
version = "0.5.0"
5+
license = "LICENSE"
6+
7+
[project.urls]
8+
Repository = "https://github.com/mape/ComfyUI-mape-Helpers"
9+
10+
[tool.comfy]
11+
PublisherId = "mape"
12+
DisplayName = "ComfyUI-mape-Helpers"
13+
Icon = ""

0 commit comments

Comments
 (0)