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
6e3b7f0435
feat: add custom nodes selectors
2024-01-11 21:27:56 +08:00
BennyKok
94fa92ed76
fix(builder): custom nodes install fail due to model download sequence
2024-01-11 13:03:18 +08:00
BennyKok
d978658301
fix(builder): logging issues
2024-01-11 12:38:54 +08:00
BennyKok
a4b8dbf1d3
fix(builder): file custom nodes types
2024-01-11 12:23:32 +08:00
BennyKok
745d3f9d35
fix: install snapshots
2024-01-11 03:47:08 +08:00
BennyKok
c949ea17b2
fix: properly handle deleting device
2024-01-10 13:58:51 +08:00
BennyKok
924d85443d
fix: build
2024-01-09 17:31:48 +08:00
BennyKok
8aa86bbe64
fix: build error
2024-01-09 14:11:11 +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
e921d4c320
fix: error name mismatch error
2024-01-08 22:50:23 +08:00
BennyKok
b01d037418
fix: add default values for snapshot and models
2024-01-08 12:52:30 +08:00
BennyKok
0e5eeef309
fix: url parsing
2024-01-07 23:35:55 +08:00
BennyKok
b84a7010da
fix(web): open comfyui url
2024-01-07 23:35:46 +08:00
BennyKok
9661600cc8
fix(builder): url parsing
2024-01-07 23:28:47 +08:00
BennyKok
24e108917e
fix: db migration foreign key constraint
2024-01-07 23:16:34 +08:00
BennyKok
79639bd6ee
chore: update global styles
2024-01-07 23:05:23 +08:00
BennyKok
06a88050cf
chore: update tooltip ui
2024-01-07 23:05:03 +08:00
BennyKok
af42f625c8
chore: update dashboard ui
2024-01-07 23:01:53 +08:00
BennyKok
08b2ff8b09
fix(builder): url mismatch
2024-01-07 22:03:40 +08:00
BennyKok
9af3bb26d2
chore: remove log
2024-01-07 21:09:13 +08:00
BennyKok
c339cc4234
feat(builder): move away from docker file to modal commands
2024-01-07 21:07:48 +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
3c4bce630e
feat(web): auto fresh every 5 seconds for workflow display
2024-01-06 01:53:21 +08:00
BennyKok
825c8a63fb
fix: build
2024-01-06 00:08:36 +08:00
BennyKok
a6d5bde7fd
feat(plugin): improve deploy flow
2024-01-05 23:32:05 +08:00
BennyKok
157b126fbf
feat(plugin): update deployment flow
2024-01-05 19:27:31 +08:00
BennyKok
d6707295cc
chore: add readme for modal builder
2024-01-05 19:27:31 +08:00
EdwinWong
fd9378b2a4
chore: custom node type
2024-01-05 14:42:11 +08:00
EdwinWong
57045d44f3
feat: external number
2024-01-05 13:04:43 +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
314eb9fd16
feat: add modal cloud builder
2024-01-04 22:28:19 +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
61498dd3f5
fix(web): remove workflow fk delete cascade problem with schema migration
2024-01-02 01:13:13 +08:00
BennyKok
2260b4be30
Merge pull request #4 from ecjojo/patch-1
...
fix typo in readme🐰
2024-01-02 00:57:12 +08:00
JoJo
bf82cc1eaf
Update README.md
2024-01-02 00:54:32 +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
75776e6d8f
fix(api): force-dynamic for get run and run
2024-01-01 01:48:56 +08:00
BennyKok
d63ab1924b
feat(web): paginated runs table, add loading page
2023-12-31 01:07:39 +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