Skip to content

Tags: SaladTechnologies/comfyui-api

Tags

1.15.0

Toggle 1.15.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1.15.0 - Download model endpoint (#117)

* download endpoint

* npm audit fix

* version bump

* update readme

* Apply suggestions from code review

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* tests

* update comfy to 0.3.76

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

1.14.0

Toggle 1.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1.14.0 - Add support for /interrupt endpoint (#115)

* version bump

* update comfy

1.13.5

Toggle 1.13.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add progress_state event (#111)

1.13.4

Toggle 1.13.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1.13.4 feat(proxy): Add proxy support with EnvHttpProxyAgent, stabili…

…ze webhooks in Kubernetes, and bump to v1.13.4 (#104)

* feat(proxy): add EnvHttpProxyAgent support and inject dispatcher across fetch calls; docs: add Kubernetes Deployment snippet for HTTP_PROXY/HTTPS_PROXY/NO_PROXY; fix: align undici Response types in HTTP storage provider; chore: bump version to 1.13.4

* remove unused import

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: 曾巧文 <89863@runjian.com>
Co-authored-by: Shawn Rushefsky <shawn.rushefsky@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

1.13.3

Toggle 1.13.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1.13.3 - System Webhook Fixes (#102)

* version bump, dependency update

* move where event prefix is set

* fix broken webhook tests

* fix webhook signing

* fix webhook v2 tests

* fix system webhook tests

* remove console.log

* less flakey webhook test

* remove redundant test file

* default webhook id to uuid

1.13.2

Toggle 1.13.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
version bump for webhook bugfix (#99)

1.13.1

Toggle 1.13.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1.13.1 - Add Support for LoadAudio node (#97)

* add support for audio nodes

* comfy 0.3.67, version bump

* more docs around various use patterns

1.13.0

Toggle 1.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1.13.0 - Webhook Improvements (#95)

* webhook v2

* webhook validation examples

* clarify language

* move event emitters to separate file, start signing system event webhooks

* emit storage events

* fix test

1.12.0

Toggle 1.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1.12.0 - LRU Caching (#94)

* LRU Cache Management

* comfy 0.3.66

* Fix typo in LRU caching section of README

---------

Co-authored-by: Maksim <82521640+mgorkii-nlplogix@users.noreply.github.com>

1.11.0

Toggle 1.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1.11.0 - More storage options (#82)