|
1 | 1 | # [5.3.0](https://github.com/runpod-workers/worker-comfyui/compare/5.2.0...5.3.0) (2025-07-22) |
2 | 2 |
|
| 3 | +## 5.8.0 |
| 4 | + |
| 5 | +### Minor Changes |
| 6 | + |
| 7 | +- 4a032ee: feat: add SSH support for remote access, GPU pre-flight check, and AGENTS.md |
| 8 | + |
| 9 | +### Patch Changes |
| 10 | + |
| 11 | +- 2705603: fix: fail fast with clear error when GPU is not available |
3 | 12 |
|
4 | 13 | ### Features |
5 | 14 |
|
6 | | -* add support for 5090/B200 ([#150](https://github.com/runpod-workers/worker-comfyui/issues/150)) ([7492513](https://github.com/runpod-workers/worker-comfyui/commit/7492513490bc1723503dded682ee2c313a1c8ea6)) |
| 15 | +- add support for 5090/B200 ([#150](https://github.com/runpod-workers/worker-comfyui/issues/150)) ([7492513](https://github.com/runpod-workers/worker-comfyui/commit/7492513490bc1723503dded682ee2c313a1c8ea6)) |
7 | 16 |
|
8 | 17 | # [5.2.0](https://github.com/runpod-workers/worker-comfyui/compare/5.1.1...5.2.0) (2025-07-02) |
9 | 18 |
|
10 | | - |
11 | 19 | ### Features |
12 | 20 |
|
13 | | -* update comfyui to 0.3.43 ([#145](https://github.com/runpod-workers/worker-comfyui/issues/145)) ([32c2395](https://github.com/runpod-workers/worker-comfyui/commit/32c23956a44dae4cd3800d6de9491539065a200a)) |
| 21 | +- update comfyui to 0.3.43 ([#145](https://github.com/runpod-workers/worker-comfyui/issues/145)) ([32c2395](https://github.com/runpod-workers/worker-comfyui/commit/32c23956a44dae4cd3800d6de9491539065a200a)) |
14 | 22 |
|
15 | 23 | ## [5.1.1](https://github.com/runpod-workers/worker-comfyui/compare/5.1.0...5.1.1) (2025-07-01) |
16 | 24 |
|
17 | | - |
18 | 25 | ### Bug Fixes |
19 | 26 |
|
20 | | -* update runpod to 1.7.12 ([#144](https://github.com/runpod-workers/worker-comfyui/issues/144)) ([c689eda](https://github.com/runpod-workers/worker-comfyui/commit/c689eda26b8d9505a0a63d6d4af6f8cab997e24f)) |
| 27 | +- update runpod to 1.7.12 ([#144](https://github.com/runpod-workers/worker-comfyui/issues/144)) ([c689eda](https://github.com/runpod-workers/worker-comfyui/commit/c689eda26b8d9505a0a63d6d4af6f8cab997e24f)) |
21 | 28 |
|
22 | 29 | # [5.1.0](https://github.com/runpod-workers/worker-comfyui/compare/5.0.4...5.1.0) (2025-05-28) |
23 | 30 |
|
24 | | - |
25 | 31 | ### Bug Fixes |
26 | 32 |
|
27 | | -* add missing libs needed for "opencv" to work ([33cd5d3](https://github.com/runpod-workers/worker-comfyui/commit/33cd5d349f76e4a393a3a4f3e99f954989b2c683)) |
28 | | -* use proper example that actually can be copied & pasted ([506fac1](https://github.com/runpod-workers/worker-comfyui/commit/506fac10480ec238110ae0dcb59b0b6865879471)) |
29 | | - |
| 33 | +- add missing libs needed for "opencv" to work ([33cd5d3](https://github.com/runpod-workers/worker-comfyui/commit/33cd5d349f76e4a393a3a4f3e99f954989b2c683)) |
| 34 | +- use proper example that actually can be copied & pasted ([506fac1](https://github.com/runpod-workers/worker-comfyui/commit/506fac10480ec238110ae0dcb59b0b6865879471)) |
30 | 35 |
|
31 | 36 | ### Features |
32 | 37 |
|
33 | | -* added COMFY_LOG_LEVEL to control the logs from ComfyUI ([183de1c](https://github.com/runpod-workers/worker-comfyui/commit/183de1cdececa217abcbec30545e24c5820eba97)) |
34 | | -* added script "comfy-manager-set-mode" to set the "network mode" ([4d5425f](https://github.com/runpod-workers/worker-comfyui/commit/4d5425f211b85b95e4953f6c0ddf27ed92e3cfa1)) |
35 | | -* added script "comfy-node-install" as a wrapper to "comfy-cli" to proivde a proper exit code when something is not corret ([6605506](https://github.com/runpod-workers/worker-comfyui/commit/660550637bceb72052ef7c1dec9d6f36035a2fd2)) |
36 | | -* improved logging & provide actual reason why the workflow validation might fail ([7582999](https://github.com/runpod-workers/worker-comfyui/commit/7582999209d9683c198aa1c6d3793a16fe059416)) |
37 | | -* updated to ubuntu 24.04 & python 3.12 to support ffmpeg 6 ([eb8dd26](https://github.com/runpod-workers/worker-comfyui/commit/eb8dd265e0823b39974dc91bbb489b54ac92c8d3)) |
| 38 | +- added COMFY_LOG_LEVEL to control the logs from ComfyUI ([183de1c](https://github.com/runpod-workers/worker-comfyui/commit/183de1cdececa217abcbec30545e24c5820eba97)) |
| 39 | +- added script "comfy-manager-set-mode" to set the "network mode" ([4d5425f](https://github.com/runpod-workers/worker-comfyui/commit/4d5425f211b85b95e4953f6c0ddf27ed92e3cfa1)) |
| 40 | +- added script "comfy-node-install" as a wrapper to "comfy-cli" to proivde a proper exit code when something is not corret ([6605506](https://github.com/runpod-workers/worker-comfyui/commit/660550637bceb72052ef7c1dec9d6f36035a2fd2)) |
| 41 | +- improved logging & provide actual reason why the workflow validation might fail ([7582999](https://github.com/runpod-workers/worker-comfyui/commit/7582999209d9683c198aa1c6d3793a16fe059416)) |
| 42 | +- updated to ubuntu 24.04 & python 3.12 to support ffmpeg 6 ([eb8dd26](https://github.com/runpod-workers/worker-comfyui/commit/eb8dd265e0823b39974dc91bbb489b54ac92c8d3)) |
38 | 43 |
|
39 | 44 | # [5.0.0](https://github.com/runpod-workers/worker-comfyui/compare/4.0.1...5.0.0) (2025-05-02) |
40 | 45 |
|
41 | | - |
42 | 46 | ### Features |
43 | 47 |
|
44 | | -* multiple output images; replace http polling with websocket to check when a workflow is done ([#118](https://github.com/runpod-workers/worker-comfyui/issues/118)) ([b14068f](https://github.com/runpod-workers/worker-comfyui/commit/b14068f8e7da4790d2de5d4b710a08d26d0c131f)) |
45 | | - |
| 48 | +- multiple output images; replace http polling with websocket to check when a workflow is done ([#118](https://github.com/runpod-workers/worker-comfyui/issues/118)) ([b14068f](https://github.com/runpod-workers/worker-comfyui/commit/b14068f8e7da4790d2de5d4b710a08d26d0c131f)) |
46 | 49 |
|
47 | 50 | ### BREAKING CHANGES |
48 | 51 |
|
49 | | -* api output is not compatible anymore |
| 52 | +- api output is not compatible anymore |
50 | 53 |
|
51 | | -* docs: added all possible comfyui folders; simplified guide of method 1 |
| 54 | +- docs: added all possible comfyui folders; simplified guide of method 1 |
52 | 55 |
|
53 | | -* fix(model): flux.1-schnell is gated |
| 56 | +- fix(model): flux.1-schnell is gated |
54 | 57 |
|
55 | | -* feat: update to 0.3.30 |
| 58 | +- feat: update to 0.3.30 |
56 | 59 |
|
57 | | -* test: don't run "snapshot_restoration" tests |
| 60 | +- test: don't run "snapshot_restoration" tests |
58 | 61 |
|
59 | | -* chore: force local images |
| 62 | +- chore: force local images |
60 | 63 |
|
61 | | -* docs: lowercase for code comments |
| 64 | +- docs: lowercase for code comments |
62 | 65 |
|
63 | | -* ci: run release for changes in "main" |
| 66 | +- ci: run release for changes in "main" |
64 | 67 |
|
65 | | -* fix: workflow trigger |
| 68 | +- fix: workflow trigger |
66 | 69 |
|
67 | | -* ci: build only base for now |
| 70 | +- ci: build only base for now |
68 | 71 |
|
69 | 72 | # [4.1.0](https://github.com/runpod-workers/worker-comfyui/compare/4.0.1...4.1.0) (2025-05-02) |
70 | 73 |
|
71 | | - |
72 | 74 | ### Bug Fixes |
73 | 75 |
|
74 | | -* moved code back into stage 1 ([d9ed145](https://github.com/runpod-workers/worker-comfyui/commit/d9ed14571308ad27481ae2dda4762d32b73b5d20)) |
75 | | - |
| 76 | +- moved code back into stage 1 ([d9ed145](https://github.com/runpod-workers/worker-comfyui/commit/d9ed14571308ad27481ae2dda4762d32b73b5d20)) |
76 | 77 |
|
77 | 78 | ### Features |
78 | 79 |
|
79 | | -* move stuff around ([2b2bc12](https://github.com/runpod-workers/worker-comfyui/commit/2b2bc1238dec5715092fa4b3e1418b8a443a409b)) |
80 | | -* removed polling; added websocket; allow multiple output images; ([79a560f](https://github.com/runpod-workers/worker-comfyui/commit/79a560f46fbd303828175d138098faebd4baa97e)) |
| 80 | +- move stuff around ([2b2bc12](https://github.com/runpod-workers/worker-comfyui/commit/2b2bc1238dec5715092fa4b3e1418b8a443a409b)) |
| 81 | +- removed polling; added websocket; allow multiple output images; ([79a560f](https://github.com/runpod-workers/worker-comfyui/commit/79a560f46fbd303828175d138098faebd4baa97e)) |
81 | 82 |
|
82 | 83 | # [3.6.0](https://github.com/blib-la/runpod-worker-comfy/compare/3.5.0...3.6.0) (2025-03-12) |
83 | 84 |
|
84 | | - |
85 | 85 | ### Features |
86 | 86 |
|
87 | | -* update comfyui to 0.3.26 ([ac0269e](https://github.com/blib-la/runpod-worker-comfy/commit/ac0269e683a0bcba43fafad40d4b56f51cad2588)) |
| 87 | +- update comfyui to 0.3.26 ([ac0269e](https://github.com/blib-la/runpod-worker-comfy/commit/ac0269e683a0bcba43fafad40d4b56f51cad2588)) |
88 | 88 |
|
89 | 89 | # [3.5.0](https://github.com/blib-la/runpod-worker-comfy/compare/3.4.0...3.5.0) (2025-03-12) |
90 | 90 |
|
91 | | - |
92 | 91 | ### Features |
93 | 92 |
|
94 | | -* added support for hub ([c8dd49c](https://github.com/blib-la/runpod-worker-comfy/commit/c8dd49cc2d8c23d58b48b1823bdecc3267f9accd)) |
| 93 | +- added support for hub ([c8dd49c](https://github.com/blib-la/runpod-worker-comfy/commit/c8dd49cc2d8c23d58b48b1823bdecc3267f9accd)) |
95 | 94 |
|
96 | 95 | # [3.4.0](https://github.com/blib-la/runpod-worker-comfy/compare/3.3.0...3.4.0) (2024-11-19) |
97 | 96 |
|
98 | | - |
99 | 97 | ### Bug Fixes |
100 | 98 |
|
101 | | -* start the container in all cases ([413707b](https://github.com/blib-la/runpod-worker-comfy/commit/413707bf130eb736afd682adac8b37fa64a5c9a4)) |
102 | | - |
| 99 | +- start the container in all cases ([413707b](https://github.com/blib-la/runpod-worker-comfy/commit/413707bf130eb736afd682adac8b37fa64a5c9a4)) |
103 | 100 |
|
104 | 101 | ### Features |
105 | 102 |
|
106 | | -* simplified and added compatibility with Windows ([9f41231](https://github.com/blib-la/runpod-worker-comfy/commit/9f412316a743f0539981b408c1ccd0692cff5c82)) |
| 103 | +- simplified and added compatibility with Windows ([9f41231](https://github.com/blib-la/runpod-worker-comfy/commit/9f412316a743f0539981b408c1ccd0692cff5c82)) |
107 | 104 |
|
108 | 105 | # [3.3.0](https://github.com/blib-la/runpod-worker-comfy/compare/3.2.1...3.3.0) (2024-11-18) |
109 | 106 |
|
110 | | - |
111 | 107 | ### Bug Fixes |
112 | 108 |
|
113 | | -* added missing start command ([9a7ffdb](https://github.com/blib-la/runpod-worker-comfy/commit/9a7ffdb078d2f75194c86ed0b8c2d027592e52c3)) |
114 | | - |
| 109 | +- added missing start command ([9a7ffdb](https://github.com/blib-la/runpod-worker-comfy/commit/9a7ffdb078d2f75194c86ed0b8c2d027592e52c3)) |
115 | 110 |
|
116 | 111 | ### Features |
117 | 112 |
|
118 | | -* added sensible defaults and default platform ([3f5162a](https://github.com/blib-la/runpod-worker-comfy/commit/3f5162af85ee7d0002ad65a7e324c3850e00a229)) |
| 113 | +- added sensible defaults and default platform ([3f5162a](https://github.com/blib-la/runpod-worker-comfy/commit/3f5162af85ee7d0002ad65a7e324c3850e00a229)) |
119 | 114 |
|
120 | 115 | ## [3.2.1](https://github.com/blib-la/runpod-worker-comfy/compare/3.2.0...3.2.1) (2024-11-18) |
121 | 116 |
|
122 | | - |
123 | 117 | ### Bug Fixes |
124 | 118 |
|
125 | | -* update the version inside of semanticrelease ([d93e991](https://github.com/blib-la/runpod-worker-comfy/commit/d93e991b82251d62500e20c367a087d22d58b20a)) |
| 119 | +- update the version inside of semanticrelease ([d93e991](https://github.com/blib-la/runpod-worker-comfy/commit/d93e991b82251d62500e20c367a087d22d58b20a)) |
126 | 120 |
|
127 | 121 | # [3.2.0](https://github.com/blib-la/runpod-worker-comfy/compare/3.1.2...3.2.0) (2024-11-18) |
128 | 122 |
|
129 | | - |
130 | 123 | ### Features |
131 | 124 |
|
132 | | -* automatically update latest version ([7d846e8](https://github.com/blib-la/runpod-worker-comfy/commit/7d846e8ca3edcea869db3e680f0b423b8a98cc4c)) |
| 125 | +- automatically update latest version ([7d846e8](https://github.com/blib-la/runpod-worker-comfy/commit/7d846e8ca3edcea869db3e680f0b423b8a98cc4c)) |
133 | 126 |
|
134 | 127 | ## [3.1.2](https://github.com/blib-la/runpod-worker-comfy/compare/3.1.1...3.1.2) (2024-11-10) |
135 | 128 |
|
136 | | - |
137 | 129 | ### Bug Fixes |
138 | 130 |
|
139 | | -* convert environment variables to int ([#70](https://github.com/blib-la/runpod-worker-comfy/issues/70)) ([7ab3d2a](https://github.com/blib-la/runpod-worker-comfy/commit/7ab3d2a234325c2a502002ea7bdee7df3e0c8dfe)) |
| 131 | +- convert environment variables to int ([#70](https://github.com/blib-la/runpod-worker-comfy/issues/70)) ([7ab3d2a](https://github.com/blib-la/runpod-worker-comfy/commit/7ab3d2a234325c2a502002ea7bdee7df3e0c8dfe)) |
140 | 132 |
|
141 | 133 | ## [3.1.1](https://github.com/blib-la/runpod-worker-comfy/compare/3.1.0...3.1.1) (2024-11-10) |
142 | 134 |
|
143 | | - |
144 | 135 | ### Bug Fixes |
145 | 136 |
|
146 | | -* create directories which are required to run ComfyUI ([#58](https://github.com/blib-la/runpod-worker-comfy/issues/58)) ([6edf62b](https://github.com/blib-la/runpod-worker-comfy/commit/6edf62b0f4cd99dba5c22dd76f51c886f57a28ed)) |
| 137 | +- create directories which are required to run ComfyUI ([#58](https://github.com/blib-la/runpod-worker-comfy/issues/58)) ([6edf62b](https://github.com/blib-la/runpod-worker-comfy/commit/6edf62b0f4cd99dba5c22dd76f51c886f57a28ed)) |
147 | 138 |
|
148 | 139 | # [3.1.0](https://github.com/blib-la/runpod-worker-comfy/compare/3.0.0...3.1.0) (2024-08-19) |
149 | 140 |
|
150 | | - |
151 | 141 | ### Features |
152 | 142 |
|
153 | | -* added FLUX.1 schnell & dev ([9170191](https://github.com/blib-la/runpod-worker-comfy/commit/9170191eccb65de2f17009f68952a18fc008fa6a)) |
| 143 | +- added FLUX.1 schnell & dev ([9170191](https://github.com/blib-la/runpod-worker-comfy/commit/9170191eccb65de2f17009f68952a18fc008fa6a)) |
154 | 144 |
|
155 | 145 | # [3.0.0](https://github.com/blib-la/runpod-worker-comfy/compare/2.2.0...3.0.0) (2024-07-26) |
156 | 146 |
|
|
0 commit comments