Hmily
b4273b1907
fix: update next version and routing parameter errors ( #55 )
2024-07-22 09:40:23 -07:00
EmmanuelMr18
97bb2b69c5
fix(create run): ComfyUIDeployExternalText default value overwriting
2024-02-10 10:57:54 -06:00
bennykok
4c32248d86
fix: External Text Input default value not working
2024-02-08 23:09:38 +08:00
bennykok
8a8fbccfaa
fix: gif file not returning file url.
2024-01-31 16:45:32 +08:00
BennyKok
d70333baa6
fix: comment typo
2024-01-26 07:47:41 +00:00
BennyKok
43cfebd97a
fix: only create share slug when public-share deployment
2024-01-26 07:33:30 +00:00
BennyKok
f1b68164c6
fix: Update comfyui snapshot hash
2024-01-24 06:17:28 +00:00
BennyKok
71dcbe0d11
bump
2024-01-23 11:01:15 +08:00
BennyKok
b8f39239ba
attempt fix
2024-01-23 10:55:19 +08:00
BennyKok
9296f8f703
fix edit endpoint
2024-01-23 10:49:07 +08:00
BennyKok
6ed7807081
bump default machine comfy deploy version
2024-01-23 10:43:53 +08:00
BennyKok
52d6e07eeb
feat: add opening directly from comfy deploy -> machines
2024-01-23 09:33:53 +08:00
BennyKok
c0450b58d5
fix: format
2024-01-22 18:31:56 +08:00
BennyKok
47168930dc
feat: add new auth_request flow for logging in with comfy deploy
2024-01-22 14:11:14 +08:00
BennyKok
6de7bf3f20
feat: share page slug
2024-01-21 11:40:48 +08:00
BennyKok
ca1b05fff5
feat: add cold start duration display
2024-01-21 11:40:06 +08:00
BennyKok
c98a16a2dd
feat: add duration display
2024-01-20 17:46:15 +08:00
BennyKok
163e6f0426
feat: add share page settings dialog + add org id to deployment as well
2024-01-20 12:06:26 +08:00
BennyKok
c7772ca91e
feat: update workflow page ux
2024-01-19 18:12:07 +08:00
BennyKok
e220921440
feat: add run origin options, fix client code templates, buttons and badge styles
2024-01-19 17:08:05 +08:00
BennyKok
8bc6655073
fix: inputs types
2024-01-18 22:48:06 +08:00
BennyKok
ad977f56f3
feat: add clone machine code
2024-01-18 19:50:41 +08:00
BennyKok
4a474a9fa8
chore: update default machine comfy-deploy version
2024-01-18 14:01:26 +08:00
BennyKok
56eb91d102
feat: options to clone the workflow
2024-01-18 00:18:36 +08:00
BennyKok
f8ac6fb251
feat: able to remove share page deployment
2024-01-16 23:51:04 +08:00
BennyKok
478859d9b5
feat: add content length to file upload endpoint, cors for local dev
2024-01-16 00:46:07 +08:00
BennyKok
18cfbce171
feat: add public share options for workflow
2024-01-14 23:35:25 +08:00
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