- 08 Aug, 2024 12 commits
-
-
Timothy J. Baek authored
-
Timothy J. Baek authored
-
Timothy J. Baek authored
-
Timothy J. Baek authored
-
Timothy J. Baek authored
-
Timothy J. Baek authored
-
Timothy J. Baek authored
-
Timothy J. Baek authored
-
Timothy Jaeryang Baek authored
dev
-
Timothy Jaeryang Baek authored
SSRF Fix
-
Timothy Jaeryang Baek authored
fix: ComfyUI generation no longer causes FastAPI to stall for all users
-
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 23 commits
-
-
Timothy Jaeryang Baek authored
feat: Add OAuth Email Claim Variable
-
Carter Roeser authored
Add an `OAUTH_EMAIL_CLAIM` variable to override the default "email" claim value.
-
Timothy J. Baek authored
-
Timothy J. Baek authored
-
Timothy Jaeryang Baek authored
build: Migrated to SvelteKit 2v
-
Timothy Jaeryang Baek authored
feat: #4158 allow reconnection when websocket is closed
-
Sylvere Richard authored
log reconnection attempts mark session_id as mandatory on client-side
-
root authored
-
Timothy Jaeryang Baek authored
fix
-
Timothy J. Baek authored
-
Timothy J. Baek authored
-
Timothy Jaeryang Baek authored
0.3.12
-
Timothy J. Baek authored
-
Timothy J. Baek authored
-
Timothy J. Baek authored
-
Timothy J. Baek authored
-
Timothy J. Baek authored
-
Timothy J. Baek authored
-
Timothy Jaeryang Baek authored
docs: Update bug_report.md
-
root authored
-
Timothy J. Baek authored
-
Timothy J. Baek authored
-
Timothy J. Baek authored
-
- 06 Aug, 2024 5 commits
-
-
Timothy J. Baek authored
-
silentoplayz authored
-
Timothy J. Baek authored
-
Timothy J. Baek authored
-
Timothy Jaeryang Baek authored
Update SECURITY.md to Improve Vulnerability Reporting Process
-