|
| 1 | +# [3.0.0](https://github.com/blib-la/runpod-worker-comfy/compare/2.2.0...3.0.0) (2024-07-26) |
| 2 | + |
| 3 | + |
| 4 | +### Features |
| 5 | + |
| 6 | +* support sd3 ([#46](https://github.com/blib-la/runpod-worker-comfy/issues/46)) ([dde69d6](https://github.com/blib-la/runpod-worker-comfy/commit/dde69d6ca75eb7e4c5f01fd17e6da5b62f8a401f)) |
| 7 | + |
| 8 | + |
| 9 | +### BREAKING CHANGES |
| 10 | + |
| 11 | +* we have 3 different images now instead of just one: base, sdxl and sd3 |
| 12 | + |
| 13 | +* ci: use branch name for creating dev releases |
| 14 | + |
| 15 | +* ci: replace "/" with "-" to have a valid tag name |
| 16 | + |
| 17 | +* ci: correctly handle the tag name |
| 18 | + |
| 19 | +* ci: build an image that contains sd3 using docker bake |
| 20 | + |
| 21 | +* ci: use "set" instead of "args" |
| 22 | + |
| 23 | +* ci: use "env" instead of "set" |
| 24 | + |
| 25 | +* ci: use variables instead of args |
| 26 | + |
| 27 | +* ci: set variables directly for the targets |
| 28 | + |
| 29 | +* ci: write the secrets into the GITHUB_ENV |
| 30 | + |
| 31 | +* ci: handle env variables correctly |
| 32 | + |
| 33 | +* ci: use env variables from GitHub Variables |
| 34 | + |
| 35 | +* ci: added back to env |
| 36 | + |
| 37 | +* ci: print out env |
| 38 | + |
| 39 | +* ci: adding the vars directly into the workflow |
| 40 | + |
| 41 | +* ci: example workflow for sd3 |
| 42 | + |
| 43 | +* ci: renamed DOCKERHUB_REPO to DOCKERHUB_REPOSITORY |
| 44 | + |
| 45 | +* ci: removed quotes for DOCKERHUB_REPOSITORY |
| 46 | + |
| 47 | +* ci: only use DOCKERHUB_REPO in bake |
| 48 | + |
| 49 | +* ci: added vars into sd3 target |
| 50 | + |
| 51 | +* ci: added direct target |
| 52 | + |
| 53 | +* ci: back to basics |
| 54 | + |
| 55 | +* ci: multi-stage build to not expose the HUGGINGFACE_ACCESS_TOKEN |
| 56 | + |
| 57 | +* ci: write everything into GITHUB_ENV again |
| 58 | + |
| 59 | +* ci: use correct name for final stage |
| 60 | + |
| 61 | +* ci: use correct runner |
| 62 | + |
| 63 | +* fix: make sure to use the latest versions of all packages |
| 64 | + |
| 65 | +* ci: simplified variables for all targets |
| 66 | + |
| 67 | +* docs: added 3 images, updated build your own image |
| 68 | + |
| 69 | +* docs: updated TOC |
| 70 | + |
| 71 | +* ci: updated name |
| 72 | + |
| 73 | +* ci: use docker bake to publish 3 images instead of just 1 |
| 74 | + |
1 | 75 | # [2.2.0](https://github.com/blib-la/runpod-worker-comfy/compare/2.1.3...2.2.0) (2024-06-04)
|
2 | 76 |
|
3 | 77 |
|
|
0 commit comments