- 09 Aug, 2024 1 commit
-
-
dependabot[bot] authored
Bumps the pip group with 1 update in the / directory: [aiohttp](https://github.com/aio-libs/aiohttp). Bumps the pip group with 1 update in the /backend directory: [aiohttp](https://github.com/aio-libs/aiohttp). Updates `aiohttp` from 3.9.5 to 3.10.2 - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.9.5...v3.10.2) Updates `aiohttp` from 3.9.5 to 3.10.2 - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.9.5...v3.10.2 ) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production dependency-group: pip - dependency-name: aiohttp dependency-type: direct:production dependency-group: pip ... Signed-off-by:
dependabot[bot] <support@github.com>
-
- 08 Aug, 2024 7 commits
-
-
Michael Poluektov authored
-
Michael Poluektov authored
-
Michael Poluektov authored
-
Michael Poluektov authored
-
Michael Poluektov authored
-
Michael Poluektov authored
-
John Karabudak authored
as the get_images() function involves a `while True` loop while waiting for a response from ComfyUI and is not async, when image generation is running the entire UI becomes unresponsive for all users. furthermore, when image generation takes too long, the Docker health check starts failing. this is certainly a bad fix as it does not convert everything to async, but rather just puts the blocking loop in a separate thread. however, it works and it at least fixes the problem for now.
-
- 07 Aug, 2024 5 commits
-
-
Carter Roeser authored
Add an `OAUTH_EMAIL_CLAIM` variable to override the default "email" claim value.
-
root authored
-
Timothy J. Baek authored
-
Timothy J. Baek authored
-
root authored
-
- 06 Aug, 2024 4 commits
-
-
Michael Poluektov authored
-
Michael Poluektov authored
-
Michael Poluektov authored
-
Michael Poluektov authored
-
- 05 Aug, 2024 5 commits
-
-
dependabot[bot] authored
Bumps [black](https://github.com/psf/black) from 24.4.2 to 24.8.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/24.4.2...24.8.0 ) --- updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [validators](https://github.com/python-validators/validators) from 0.28.1 to 0.33.0. - [Release notes](https://github.com/python-validators/validators/releases) - [Changelog](https://github.com/python-validators/validators/blob/master/CHANGES.md) - [Commits](https://github.com/python-validators/validators/compare/0.28.1...0.33.0 ) --- updated-dependencies: - dependency-name: validators dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [python-pptx](https://github.com/scanny/python-pptx) from 0.6.23 to 1.0.0. - [Changelog](https://github.com/scanny/python-pptx/blob/master/HISTORY.rst) - [Commits](https://github.com/scanny/python-pptx/compare/v0.6.23...v1.0.0 ) --- updated-dependencies: - dependency-name: python-pptx dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by:
dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [pypdf](https://github.com/py-pdf/pypdf) from 4.2.0 to 4.3.1. - [Release notes](https://github.com/py-pdf/pypdf/releases) - [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md) - [Commits](https://github.com/py-pdf/pypdf/compare/4.2.0...4.3.1 ) --- updated-dependencies: - dependency-name: pypdf dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [boto3](https://github.com/boto/boto3) from 1.34.110 to 1.34.153. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.34.110...1.34.153 ) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
- 04 Aug, 2024 7 commits
-
-
Timothy J. Baek authored
-
Timothy J. Baek authored
-
Timothy J. Baek authored
-
Jun Siang Cheah authored
-
Timothy J. Baek authored
-
Jun Siang Cheah authored
-
Michael Poluektov authored
-
- 03 Aug, 2024 3 commits
-
-
Michael Poluektov authored
-
John Karabudak authored
this should fix #4328
-
Michael Poluektov authored
-
- 02 Aug, 2024 6 commits
-
-
Timothy J. Baek authored
-
Timothy J. Baek authored
-
Timothy J. Baek authored
-
Timothy J. Baek authored
-
John Karabudak authored
this commit adds three environment variables: - COMFYUI_FLUX: determines whether Flux is used, the workflow is completely different so this is necessary. - COMFYUI_FLUX_WEIGHT_DTYPE: sets the weight precision for Flux. you will probably want to set this to "fp8_e4m3fn" as the fp16 weights take up about 24GB of VRAM. optional, defaults to "default". - COMFYUI_FLUX_FP8_CLIP: Flux requires two CLIP models downloaded, one of which is available in fp8 and fp16. set to true if you are using the fp8 CLIP weights.
-
Timothy J. Baek authored
-
- 01 Aug, 2024 2 commits
-
-
Timothy J. Baek authored
-
Aryan Kothari authored
- limit default changed to -1
-