dchatel / comfyui_facetools

These custom nodes provide a rotation aware face extraction, paste back, and various face related masking options.
MIT License
45 stars 7 forks source link

Add Github Action for Publishing to Comfy Registry #3

Open haohaocreates opened 1 month ago

haohaocreates commented 1 month ago

This PR adds a Github Action (publish-node-action) that will run whenever the pyproject.toml file changes. The pyproject.toml defines the custom node version you want to publish (added in another PR).

Action Required:

haohaocreates commented 1 month ago

Saw that you merged the previous PR in which is amazing!!!!! After you merge this PR in, if you push an update to your toml file, it should auto-publish your node to the registry (as long as you change the version number), this is a link to a 1minute video in case that works better - https://youtu.be/WhOZZOgBggU

haohaocreates commented 1 month ago

Saw that you merged the previous PR in which is amazing!!!!! After you merge this PR in, if you push an update to your toml file, it should auto-publish your node to the registry (as long as you change the version number), this is a link to a 1minute video in case that works better - https://youtu.be/WhOZZOgBggU

@dchatel