104 Commits

Author SHA1 Message Date
bennykok
1bfbd91708 feat(plugin): add models endpoints for listing out all folder paths for debug usecase 2024-03-03 16:17:43 -08:00
bennykok
a640e1eb79 fix(plugin): kill pending prompt if new streaming prompts comes in 2024-03-02 12:44:42 -08:00
bennykok
3df549c25c feat: add ws streaming input 2024-03-02 00:47:28 -08:00
bennykok
619a9728c0 fix(plugin): prompt expansion node seed generation error 2024-02-29 19:09:33 -08:00
bennykok
2d59fd2b1b feat(plugin): update run status for ws request 2024-02-27 19:45:10 -08:00
bennykok
7b653201ae fix(plugin): update prompt metadata status properly with realtime prompt 2024-02-26 00:09:56 -08:00
bennykok
1c9c32e9e4 fix(plugin): client id wrongly set causing not sending out ws event 2024-02-25 23:52:20 -08:00
bennykok
97096a9035 feat(plugin): send live_status and elapsed_time 2024-02-25 22:48:22 -08:00
bennykok
e87bb63c6f fix(plugin): is_realtime check failed causing everything to not upload 2024-02-25 22:48:22 -08:00
bennykok
a643fa0999 fix(plugin): remove file upload + status update from is_realtime prompt 2024-02-25 17:25:41 -08:00
bennykok
cc31840d41 fix(plugin): comfy_deploy_check_ws_status 2024-02-25 00:18:07 -08:00
bennykok
25e62af24c refactor(plugin): add prompt_metadata types and refactor from dict to data model 2024-02-24 23:57:32 -08:00
bennykok
ec620dbc53 feat(plugin): load workflow from ws url params 2024-02-24 13:29:56 -08:00
bennykok
ddbf6848a7 feat(plugin): add output ws image node 2024-02-23 14:03:12 -08:00
bennykok
f3370c1bb1 feat: add new dependency viewer, reused previous cache for faster deploy 2024-02-17 14:46:14 +08:00
bennykok
08fe87c8af fix(plugin): cached execution progress update 2024-02-09 22:13:43 +08:00
bennykok
d43e5fcefc fix: live status not sending, add progress 2024-02-09 21:52:48 +08:00
bennykok
7e86c20383 fix(plugin): ensure the status of run is set to fail if the prompt validation failed 2024-02-07 23:51:29 +08:00
bennykok
3adf77617b fix(plugin): async file upload to make sure it is not blocking 2024-02-07 23:51:29 +08:00
bennykok
d473a211d0 fix: running locally cause a crash in after adding live status 2024-02-07 14:37:49 +08:00
bennykok
0f58fbcebd chore: update add live status 2024-02-05 23:28:18 +08:00
bennykok
4348ab45dc feat: introduce dependencies upload 2024-02-05 16:47:21 +08:00
bennykok
df46e3a0e5 chore: add CD_ENABLE_RUN_LOG flag 2024-02-01 23:38:01 +08:00
bennykok
2772101bbf chore: print out the log for debugging 2024-02-01 22:36:43 +08:00
bennykok
72fee51d32 fix: making sure the log was sent before setting the status 2024-02-01 21:04:24 +08:00
bennykok
ffe0f98360 chore: log out data for debugging 2024-02-01 20:56:28 +08:00
bennykok
68377a84bc feat(plugin): add run log in comfydeploy plugin level 2024-02-01 18:31:49 +08:00
bennykok
5a3955dfcb refactor(plugin): upload files logic in custom routes 2024-01-31 21:23:34 +08:00
bennykok
b6b34c9062 fix: ensure logs are disabled by default 2024-01-30 15:26:12 +08:00
Jiseop Han
f64c242ee5 fix coroutine error 2024-01-23 00:01:01 +09:00
BennyKok
c4c64a5f04 fix: log out the status 2024-01-12 20:30:45 +08:00
BennyKok
d0373ffb8b fix: remove log 2024-01-12 20:06:57 +08:00
BennyKok
f99b6f34ff fix: safety check with when prompt has not yet running 2024-01-12 19:42:50 +08:00
BennyKok
2ff19f53d0 chore: enable log for events 2024-01-12 17:38:08 +08:00
BennyKok
ac6e863b95 fix: upload status issues, and gif uploads 2024-01-12 14:53:42 +08:00
BennyKok
fce77b905c feat: add support for gif upload 2024-01-11 23:14:06 +08:00
BennyKok
744a222e26 fix(plugin): set status to failed if there are node_errors 2023-12-30 02:48:48 +08:00
BennyKok
824ce16b4e fix(plugin): pending upload status not updated 2023-12-29 20:06:52 +08:00
BennyKok
e13a863af7 fix(plugin): ignore when node_errors is empty 2023-12-29 17:45:51 +08:00
BennyKok
6b99b8a66a fix(plugin): ensure node_errors is sent 2023-12-29 16:53:32 +08:00
BennyKok
ba19364f72 chore(plugin): add log when file not uploaded due to folder not found 2023-12-29 15:44:22 +08:00
BennyKok
61894c0b46 fix: first run error will be logged, log rotation handling revamped, prompt id will be generated first. 2023-12-28 22:48:31 +08:00
BennyKok
ee8efd0b6b fix(plugin): python error 2023-12-28 14:38:35 +08:00
BennyKok
536fdecb67 fix(plugin): normal queue will crash due to key not found 2023-12-25 19:03:02 +08:00
BennyKok
850d8473ad fix: handle file upload status correctly, add serverless machine type 2023-12-24 18:53:32 +08:00
BennyKok
b185d95e93 fix(plugin): try catch update run endpoint call 2023-12-22 12:59:05 +08:00
BennyKok
2690db12b5 feat: machines logs viewer 2023-12-22 00:24:12 +08:00
BennyKok
9cc3c6ffe3 fix(plugin): support preview image upload 2023-12-21 19:52:39 +08:00
BennyKok
df2f18eda9 feat(plugin): upload "files" in node output 2023-12-21 00:07:38 +08:00
BennyKok
87a25eb262 feat(plugin): add error handling for file upload 2023-12-20 23:15:34 +08:00