Skip to content

Commit 64c3348

Browse files
chore(release): 1.0.0
# 1.0.0 (2024-10-08) ### Bug Fixes * debug why the project is not working with runpodctl ([894eaca](894eaca)) * install torch ([97b2c2e](97b2c2e)) * install torch separated from everything else ([29f0cb5](29f0cb5)) * make sure that the LoRA can actually be downloaded correctly ([5aa03d7](5aa03d7)) * make sure that there are no errors ([e248024](e248024)) * use "SEMANTIC_RELEASE_GITHUB_TOKEN" ([7253d51](7253d51)) * use CMD instead of ENTRYPOINT ([3bd38f0](3bd38f0)) ### Features * "lora_name" as input ([b814d99](b814d99)) * added github workflow; bake LoRA into image; removed discord integration; return image as base64 ([91929ff](91929ff)) * added models back into the image ([244c4e0](244c4e0)) * create separate image for dev and prod ([2abf13f](2abf13f)) * use runpod/base to enable runpodctl during development ([88c059c](88c059c))
1 parent 1bf8015 commit 64c3348

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# 1.0.0 (2024-10-08)
2+
3+
4+
### Bug Fixes
5+
6+
* debug why the project is not working with runpodctl ([894eaca](https://github.com/blib-la/flux.1-dev-lora-worker/commit/894eaca679b4e4b7a5cc94c21d487be141e7b9b3))
7+
* install torch ([97b2c2e](https://github.com/blib-la/flux.1-dev-lora-worker/commit/97b2c2e067fd82185b9e09ba5ca0ef9015c8387c))
8+
* install torch separated from everything else ([29f0cb5](https://github.com/blib-la/flux.1-dev-lora-worker/commit/29f0cb5d813cfc0fbdc2028f255d4929b5cd9938))
9+
* make sure that the LoRA can actually be downloaded correctly ([5aa03d7](https://github.com/blib-la/flux.1-dev-lora-worker/commit/5aa03d7c5f38cac278c897c2322a8360164e9503))
10+
* make sure that there are no errors ([e248024](https://github.com/blib-la/flux.1-dev-lora-worker/commit/e2480245d304de2cfc4f6b5bb5b98fad4c4c5352))
11+
* use "SEMANTIC_RELEASE_GITHUB_TOKEN" ([7253d51](https://github.com/blib-la/flux.1-dev-lora-worker/commit/7253d51bfca72da9d7cd2dce5014a065ded5244c))
12+
* use CMD instead of ENTRYPOINT ([3bd38f0](https://github.com/blib-la/flux.1-dev-lora-worker/commit/3bd38f0410cd6bafb646913f9b7dca630eb57eea))
13+
14+
15+
### Features
16+
17+
* "lora_name" as input ([b814d99](https://github.com/blib-la/flux.1-dev-lora-worker/commit/b814d99dd2edb01ddbaecb9636a7e15170c8eece))
18+
* added github workflow; bake LoRA into image; removed discord integration; return image as base64 ([91929ff](https://github.com/blib-la/flux.1-dev-lora-worker/commit/91929ff3a063c1773b50a75eee1d8ca4b781a509))
19+
* added models back into the image ([244c4e0](https://github.com/blib-la/flux.1-dev-lora-worker/commit/244c4e08dc4c47326204319dafb06caab654e0b9))
20+
* create separate image for dev and prod ([2abf13f](https://github.com/blib-la/flux.1-dev-lora-worker/commit/2abf13f96c6473ef72a406f98c42586a687e9f11))
21+
* use runpod/base to enable runpodctl during development ([88c059c](https://github.com/blib-la/flux.1-dev-lora-worker/commit/88c059c5476f730e44bedc5b2658cbc3a0381c9d))

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ This is a fork of [camenduru/flux.1-dev-lora-tost](https://github.com/camenduru/
88

99
- [camenduru](https://github.com/camenduru)
1010
- [ComfyUI](https://github.com/comfyanonymous/ComfyUI)
11-
- [FLUX](https://github.com/black-forest-labs/flux)
11+
- [FLUX](https://github.com/black-forest-labs/flux)

0 commit comments

Comments
 (0)