- 14 Aug, 2024 5 commits
-
-
Michael Poluektov authored
-
Michael Poluektov authored
-
Michael Poluektov authored
-
Michael Poluektov authored
-
Michael Poluektov authored
-
- 13 Aug, 2024 3 commits
-
-
Timothy J. Baek authored
-
Alexandre GODARD authored
Fix typo in update_reranking_model
-
Timothy J. Baek authored
-
- 12 Aug, 2024 1 commit
-
-
Timothy J. Baek authored
-
- 08 Aug, 2024 7 commits
-
-
Michael Poluektov authored
-
Michael Poluektov authored
-
Michael Poluektov authored
-
Michael Poluektov authored
-
Michael Poluektov authored
-
Jan-Timo Hesse 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
-
- 04 Aug, 2024 5 commits
-
-
Timothy J. Baek authored
-
Timothy J. Baek authored
-
Jun Siang Cheah authored
-
Timothy J. Baek authored
-
Jun Siang Cheah authored
-
- 03 Aug, 2024 2 commits
-
-
Michael Poluektov authored
-
Michael Poluektov authored
-
- 02 Aug, 2024 4 commits
-
-
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.
-
- 01 Aug, 2024 3 commits
-
-
Timothy J. Baek authored
-
Aryan Kothari authored
- limit default changed to -1
-
Aryan Kothari authored
when running in different environments, the static_path is different. This path is now 'determined' at runtime
-
- 31 Jul, 2024 1 commit
-
-
Michael Poluektov authored
-