-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
Showing
4 changed files
with
8,275 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
name: Publish to Comfy registry | ||
on: | ||
workflow_dispatch: | ||
push: | ||
branches: | ||
- main | ||
paths: | ||
- "pyproject.toml" | ||
|
||
jobs: | ||
publish-node: | ||
name: Publish Custom Node to registry | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Check out code | ||
uses: actions/checkout@v4 | ||
- name: Publish Custom Node | ||
uses: Comfy-Org/publish-node-action@main | ||
with: | ||
personal_access_token: ${{ secrets.REGISTRY_ACCESS_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
[project] | ||
name = "comfyui-mape-helpers" | ||
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/)" | ||
version = "0.5.0" | ||
license = "LICENSE" | ||
|
||
[project.urls] | ||
Repository = "https://github.com/mape/ComfyUI-mape-Helpers" | ||
|
||
[tool.comfy] | ||
PublisherId = "mape" | ||
DisplayName = "ComfyUI-mape-Helpers" | ||
Icon = "" |