Skip to content

Commit

Permalink
chore(release): 1.0.0
Browse files Browse the repository at this point in the history
# 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))
  • Loading branch information
semantic-release-bot committed Oct 8, 2024
1 parent 1bf8015 commit 64c3348
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# 1.0.0 (2024-10-08)


### Bug Fixes

* debug why the project is not working with runpodctl ([894eaca](https://github.com/blib-la/flux.1-dev-lora-worker/commit/894eaca679b4e4b7a5cc94c21d487be141e7b9b3))
* install torch ([97b2c2e](https://github.com/blib-la/flux.1-dev-lora-worker/commit/97b2c2e067fd82185b9e09ba5ca0ef9015c8387c))
* install torch separated from everything else ([29f0cb5](https://github.com/blib-la/flux.1-dev-lora-worker/commit/29f0cb5d813cfc0fbdc2028f255d4929b5cd9938))
* make sure that the LoRA can actually be downloaded correctly ([5aa03d7](https://github.com/blib-la/flux.1-dev-lora-worker/commit/5aa03d7c5f38cac278c897c2322a8360164e9503))
* make sure that there are no errors ([e248024](https://github.com/blib-la/flux.1-dev-lora-worker/commit/e2480245d304de2cfc4f6b5bb5b98fad4c4c5352))
* use "SEMANTIC_RELEASE_GITHUB_TOKEN" ([7253d51](https://github.com/blib-la/flux.1-dev-lora-worker/commit/7253d51bfca72da9d7cd2dce5014a065ded5244c))
* use CMD instead of ENTRYPOINT ([3bd38f0](https://github.com/blib-la/flux.1-dev-lora-worker/commit/3bd38f0410cd6bafb646913f9b7dca630eb57eea))


### Features

* "lora_name" as input ([b814d99](https://github.com/blib-la/flux.1-dev-lora-worker/commit/b814d99dd2edb01ddbaecb9636a7e15170c8eece))
* 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))
* added models back into the image ([244c4e0](https://github.com/blib-la/flux.1-dev-lora-worker/commit/244c4e08dc4c47326204319dafb06caab654e0b9))
* create separate image for dev and prod ([2abf13f](https://github.com/blib-la/flux.1-dev-lora-worker/commit/2abf13f96c6473ef72a406f98c42586a687e9f11))
* use runpod/base to enable runpodctl during development ([88c059c](https://github.com/blib-la/flux.1-dev-lora-worker/commit/88c059c5476f730e44bedc5b2658cbc3a0381c9d))
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ This is a fork of [camenduru/flux.1-dev-lora-tost](https://github.com/camenduru/

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

0 comments on commit 64c3348

Please sign in to comment.