Skip to content

Commit d598061

Browse files
chore(release): 3.0.0
# [3.0.0](2.2.0...3.0.0) (2024-07-26) ### Features * support sd3 ([#46](#46)) ([dde69d6](dde69d6)) ### BREAKING CHANGES * we have 3 different images now instead of just one: base, sdxl and sd3 * ci: use branch name for creating dev releases * ci: replace "/" with "-" to have a valid tag name * ci: correctly handle the tag name * ci: build an image that contains sd3 using docker bake * ci: use "set" instead of "args" * ci: use "env" instead of "set" * ci: use variables instead of args * ci: set variables directly for the targets * ci: write the secrets into the GITHUB_ENV * ci: handle env variables correctly * ci: use env variables from GitHub Variables * ci: added back to env * ci: print out env * ci: adding the vars directly into the workflow * ci: example workflow for sd3 * ci: renamed DOCKERHUB_REPO to DOCKERHUB_REPOSITORY * ci: removed quotes for DOCKERHUB_REPOSITORY * ci: only use DOCKERHUB_REPO in bake * ci: added vars into sd3 target * ci: added direct target * ci: back to basics * ci: multi-stage build to not expose the HUGGINGFACE_ACCESS_TOKEN * ci: write everything into GITHUB_ENV again * ci: use correct name for final stage * ci: use correct runner * fix: make sure to use the latest versions of all packages * ci: simplified variables for all targets * docs: added 3 images, updated build your own image * docs: updated TOC * ci: updated name * ci: use docker bake to publish 3 images instead of just 1
1 parent dde69d6 commit d598061

File tree

1 file changed

+74
-0
lines changed

1 file changed

+74
-0
lines changed

CHANGELOG.md

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,77 @@
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+
175
# [2.2.0](https://github.com/blib-la/runpod-worker-comfy/compare/2.1.3...2.2.0) (2024-06-04)
276

377

0 commit comments

Comments
 (0)