Skip to content

Commit

Permalink
Add Comfy Registry related files, toggle bar, inline variable sorting…
Browse files Browse the repository at this point in the history
…/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
mape committed Jun 24, 2024
1 parent c938bf9 commit ce5f96f
Show file tree
Hide file tree
Showing 4 changed files with 8,275 additions and 9 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/publish.yml
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 }}
3 changes: 3 additions & 0 deletions NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ https://github.com/vczh/sd-prompt-parser

This project includes code from the UE Nodes project (Apache 2.0)
https://github.com/chrisgoringe/cg-use-everywhere

This project includes code from the uFuzzy project (MIT)
https://github.com/leeoniya/uFuzzy
8,248 changes: 8,239 additions & 9 deletions js/tweak/mape-helpers.js

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions pyproject.toml
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 = ""

0 comments on commit ce5f96f

Please sign in to comment.