50 Commits

Author SHA1 Message Date
BennyKok
8a42506908 feat: add default comfy deploy 2024-01-12 19:42:26 +08:00
BennyKok
b8e478c8ee feat: add rebuild machine option 2024-01-12 18:56:02 +08:00
BennyKok
e65fa70503 fix: ensure gpu check 2024-01-11 22:03:40 +08:00
BennyKok
29bf7636b1 feat: add gpu options 2024-01-11 21:57:30 +08:00
BennyKok
c949ea17b2 fix: properly handle deleting device 2024-01-10 13:58:51 +08:00
BennyKok
7d36f8af88 feat: add interactive api docs, rewrite run endpoint with hono and zod validator 2024-01-09 14:00:16 +08:00
BennyKok
b01d037418 fix: add default values for snapshot and models 2024-01-08 12:52:30 +08:00
BennyKok
7ab4edb069 chore(web): ensure builder connect to the specific instance id 2024-01-07 21:06:47 +08:00
BennyKok
01a9c1a1d6 feat: add millon js, add models picker dialog, update builder 2024-01-07 17:22:28 +08:00
BennyKok
6478300056 feat: add comfy-deploy-serverless options 2024-01-04 23:07:50 +08:00
BennyKok
9937252777 feat: add preview image builder 2024-01-04 22:29:22 +08:00
BennyKok
d879889e1b fix(web): display error from serverless run creation 2024-01-02 16:25:52 +08:00
BennyKok
46869e78b1 feat(web): add modal serverless type (preview) 2024-01-02 13:55:49 +08:00
BennyKok
56ea34f2fa fix(api): ensure when api user dont have org_id, check for workflow that org_id must be null as well 2024-01-01 23:55:33 +08:00
BennyKok
40d9060fda fix(web): workflow org visibility issues 2024-01-01 23:51:12 +08:00
BennyKok
8190740abf fix(web): machine org permission visibility 2024-01-01 23:50:42 +08:00
BennyKok
c66de45522 feat(all): add organisation, api updates with organisation check
Now calling run endpoints with GET, POST will check against the API key, whether there is org_id or not, if the operation workflow doesnt match with the user org or user id, will return with workflow not found, run not found
2024-01-01 23:13:01 +08:00
BennyKok
d63ab1924b feat(web): paginated runs table, add loading page 2023-12-31 01:07:39 +08:00
BennyKok
62f8ba2c70 fix: download url 2023-12-29 16:23:45 +08:00
BennyKok
d54ed35755 chore(web): add process.env.SPACES_CDN_FORCE_PATH_STYLE 2023-12-29 16:02:42 +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
ecf0c277f6 fix(web): token not being saved 2023-12-25 13:09:52 +08:00
BennyKok
850d8473ad fix: handle file upload status correctly, add serverless machine type 2023-12-24 18:53:32 +08:00
BennyKok
91b8c4d702 feat(web): add workflow inputs code template 2023-12-21 17:35:48 +08:00
BennyKok
61d3e2f65a feat(web): options to disable machine 2023-12-21 13:39:36 +08:00
BennyKok
a8adb59879 fix(web): build issues 2023-12-21 00:48:27 +08:00
BennyKok
ee68507755 feat(web): add custom file download button for runs output 2023-12-20 23:14:01 +08:00
BennyKok
8f67a136c3 feat: add workflow run origin 2023-12-19 12:30:52 +08:00
BennyKok
39dd760ba0 feat(web): add display number for workflow 2023-12-19 12:19:46 +08:00
BennyKok
ca272ce8f0 fix: cdn routes 2023-12-17 02:02:39 +08:00
BennyKok
c511789056 fix: typo 2023-12-17 01:41:58 +08:00
BennyKok
21a17cb753 feat: add create workflow run error server action catch, redirect workflow parse error, add key revoked col 2023-12-16 14:55:30 +08:00
BennyKok
d94ba356fb fix: shiki render problem 2023-12-16 01:47:06 +08:00
BennyKok
64db3b326e fix: limit run and fallback to Suspend output display 2023-12-15 20:48:54 +08:00
BennyKok
e8451c3749 push 2023-12-15 20:27:24 +08:00
BennyKok
a484bb91fd fix 2023-12-15 20:13:42 +08:00
BennyKok
708fc02c44 add logs 2023-12-15 20:09:46 +08:00
BennyKok
942660d505 fix: show status after create workflow run 2023-12-15 19:48:51 +08:00
BennyKok
9aa2484872 feat: add api key check in api route 2023-12-15 19:18:42 +08:00
BennyKok
72d0364fee fix: update plugin api call 2023-12-15 19:15:41 +08:00
BennyKok
bbb7f398ab feat: add api generation 2023-12-15 17:58:19 +08:00
BennyKok
23db3c1a45 feat: add update failed display when the graph execution error 2023-12-15 16:16:35 +08:00
BennyKok
e6f5b16a54 refactor: rename the name to input_id 2023-12-15 12:50:31 +08:00
BennyKok
eac8d709f9 fix: run with external inputs 2023-12-15 12:03:40 +08:00
BennyKok
1ea80e5e84 feat: add custom image inputs 2023-12-15 11:14:21 +08:00
BennyKok
c791f5d0a6 refactor: rename to comfyui-deploy 2023-12-14 22:57:46 +08:00
BennyKok
7e05fae7b3 feat: add deployment endpoint 2023-12-14 22:36:57 +08:00
BennyKok
0835d966f1 feat: add s3 localstack, upload api 2023-12-13 17:14:55 +08:00
BennyKok
f9ed8145d2 feat: add new ws realtime event 2023-12-11 10:49:37 +08:00
BennyKok
6b431426ff feat: add comftui plugin, initial db 2023-12-09 00:10:59 +08:00