Commit Graph
100 Commits
Author SHA1 Message Date
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 4c32248d86 fix: External Text Input default value not working 2024-02-08 23:09:38 +08:00
bennykok 5ddbfdf44b feat(plugin): update comfyui json version, add missing nodes display 2024-02-08 22:55:04 +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 1bc62a5fb4 fix: deps layout and comfyui-json 2024-02-07 18:17:22 +08:00
bennykok d473a211d0 fix: running locally cause a crash in after adding live status 2024-02-07 14:37:49 +08:00
bennykok 3aa239e58d fix: workflow upload issues 2024-02-06 16:18:54 +08:00
BennyKok 223aa5e70b Merge pull request #18 from EmmanuelMr18/docs/update-readme-development-section 2024-02-06 08:46:43 +08:00
bennykok 0f58fbcebd chore: update add live status 2024-02-05 23:28:18 +08:00
bennykok 6dc964c425 fix: update comfyui json in plugin 2024-02-05 17:43:34 +08:00
bennykok 4171c08413 fix(plugin): deps layout 2024-02-05 16:58:30 +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 50d4c399e9 feat: output render support mp4 and webm 2024-01-31 21:24:35 +08:00
bennykok 5a3955dfcb refactor(plugin): upload files logic in custom routes 2024-01-31 21:23:34 +08:00
bennykok 03227b52c0 chore(plugin): add a 2 secs delay before loading the incoming workflow 2024-01-31 21:23:21 +08:00
bennykok 8a8fbccfaa fix: gif file not returning file url. 2024-01-31 16:45:32 +08:00
bennykok 018d9a7b8d fix: civitai download url
For self hosting instance, this quick fix enable you to have the civitai token appended to the download url.

Add CIVITAI_TOKEN in Fly io
2024-01-31 16:33:16 +08:00
bennykok 774fd566d1 fix: selection issues on workflow page 2024-01-31 15:22:52 +08:00
BennyKok b81fcae6fb fix: timeout issues with nextjs by changing run remote to run spawn 2024-01-31 15:22:50 +08:00
bennykok b6b34c9062 fix: ensure logs are disabled by default 2024-01-30 15:26:12 +08:00
bennykok f73baa091a fix: disable the console log wrapper by default to preview spamming log issues
Running with export CD_ENABLE_LOG=true; python main.py to enable log
2024-01-29 13:39:37 +08:00
bennykok a838cb7ad4 fix: when there is auth token, replace it locally 2024-01-27 11:40:06 +08:00
bennykok 2afcade4f2 fix: add fly io to dev container 2024-01-26 16:07:54 +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 763d2f77ce fix: comparison operator in CreateShareButton 2024-01-24 10:31:24 +00:00
BennyKok f1b68164c6 fix: Update comfyui snapshot hash 2024-01-24 06:17:28 +00:00
BennyKok 6437de4def fix: Add createSelectSchema for workflowVersionTable 2024-01-24 02:11:56 +00:00
BennyKok b24bdb070e Merge pull request #14 from j-jiseophan/fix-coroutine
fix coroutine error
2024-01-23 22:58:35 +08:00
BennyKok 33b57aea34 fix: display download progress for external checkpoint 2024-01-23 11:27:54 +08:00
BennyKok 71dcbe0d11 bump 2024-01-23 11:01:15 +08:00
BennyKok 8e3ee6468f fix client 2024-01-23 11:00:42 +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 43fe0a384a fix build 2024-01-23 10:33:45 +08:00
BennyKok dae6e46a8e fix: build 2024-01-23 09:37:57 +08:00
BennyKok f7f3d9708b chore: add dev github copilot 2024-01-23 09:34:16 +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 3043093d22 chore: update dev container json 2024-01-22 12:56:14 +08:00
BennyKok 271552b453 chore: update biome settings 2024-01-21 23:55:18 +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 1d2497116d chore: update custom node inputs list 2024-01-20 22:58:08 +08:00
BennyKok fb020f9f3c feat(plugin): add external checkpoitns node 2024-01-20 22:49:35 +08:00
BennyKok e344c3e6a4 chore: add dev containers 2024-01-20 22:38:31 +08:00
BennyKok e400966117 chore: migrate to biomejs 2024-01-20 20:09:28 +08:00
BennyKok c98a16a2dd feat: add duration display 2024-01-20 17:46:15 +08:00
BennyKok 1a0d73ff8b fix: unable to open deployment code template 2024-01-20 14:27:01 +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 b2690ab2c5 fix: build 2024-01-19 18:14:50 +08:00
BennyKok c7772ca91e feat: update workflow page ux 2024-01-19 18:12:07 +08:00
BennyKok ffb117d85d fix: uploading new workflow will refresh the update date 2024-01-19 17:34:50 +08:00
BennyKok 45c7be3d50 feat: update machine list ui 2024-01-19 17:30:02 +08:00
BennyKok 544de57628 fix: error page in workflow run 2024-01-19 17:24:04 +08:00
BennyKok 85618c8470 fix: button size 2024-01-19 17:08:05 +08:00
BennyKok e7e91f4c50 fix: nav bar ui tweak 2024-01-19 17:08:05 +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 81cb44c5cf Update nextjs 14.1 2024-01-19 17:08:05 +08:00
BennyKok 8302a934cc Update README.md 2024-01-19 17:08:05 +08:00
BennyKok e88230997b fix build 2024-01-18 22:52:01 +08:00
BennyKok 8bc6655073 fix: inputs types 2024-01-18 22:48:06 +08:00
BennyKok 814c93e481 fix: set api run route inputs to support number and string 2024-01-18 22:46:25 +08:00
BennyKok f54d680e7e fix: mobile unable to change org 2024-01-18 21:53:56 +08:00
BennyKok 7ebd05332c chore: update next 2024-01-18 21:53:42 +08:00
BennyKok a4825acc95 fix: set max duration for share page and workflow 2024-01-18 21:40:51 +08:00
BennyKok ad977f56f3 feat: add clone machine code 2024-01-18 19:50:41 +08:00
BennyKok b094fcf4b4 feat: add copy button api key 2024-01-18 16:38:02 +08:00
BennyKok 4a474a9fa8 chore: update default machine comfy-deploy version 2024-01-18 14:01:26 +08:00
BennyKok 1e99474780 fix: max duration for 5mins incase modal cold start too long 2024-01-18 02:40:52 +08:00
BennyKok 7dfc7a4ff8 feat(plugin): external lora node 2024-01-18 02:04:34 +08:00
BennyKok 1ae295b806 feat: Now it will fetches the latest git commit hash when you pick a custom nodes 2024-01-18 01:00:13 +08:00
BennyKok 56eb91d102 feat: options to clone the workflow 2024-01-18 00:18:36 +08:00
BennyKok 20635612bb fix: forcing comfyui manager on a specific version 2024-01-18 00:13:27 +08:00
BennyKok 48143a2d9a fix 2024-01-17 16:47:45 +08:00
BennyKok 9962a415be fix: ensure the user data is setup correct on the main page 2024-01-17 16:43:31 +08:00
BennyKok f8ac6fb251 feat: able to remove share page deployment 2024-01-16 23:51:04 +08:00
BennyKok b6be0bd462 feat: refresh create new machine ui 2024-01-16 18:52:13 +08:00
BennyKok 8628480362 fix: external text input 2024-01-16 15:36:05 +08:00
BennyKok fa2638f66d feat(plugin): add external number input (int) 2024-01-16 11:20:33 +08:00
BennyKok a4d564decd fix: upload-url check auth 2024-01-16 01:02:48 +08:00
BennyKok 1ced8095dc feat(api): add file upload api, get a upload url, then upload file, max 50mb for now 2024-01-16 00:49:50 +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 2da060a403 fix: ensure the col is wide enough for the console log 2024-01-15 13:20:02 +08:00
BennyKok 6ad5c94ca9 Create FUNDING.yml 2024-01-15 10:44:08 +08:00
BennyKok 18cfbce171 feat: add public share options for workflow 2024-01-14 23:35:25 +08:00
BennyKok dafc8b168b feat: better mobile navigation 2024-01-14 18:06:44 +08:00
BennyKok babeddc478 Update readme 2024-01-14 10:15:29 +08:00
BennyKok b828e37ed3 fix: show all model version 2024-01-14 00:53:42 +08:00
BennyKok 6c49bff095 fix: type 2024-01-14 00:15:26 +08:00
BennyKok dc4c63e654 fix: model type 2024-01-13 23:45:59 +08:00