{"id":15677699,"url":"https://github.com/xdpcs/comfyuiclient","last_synced_at":"2025-08-10T14:18:02.443Z","repository":{"id":214454700,"uuid":"728032735","full_name":"XdpCs/ComfyUIClient","owner":"XdpCs","description":"ComfyUIClient aims to make it easier for users to interact with it by enabling code-based calls, facilitating the automation of tasks. https://github.com/comfyanonymous/ComfyUI","archived":false,"fork":false,"pushed_at":"2024-04-10T05:43:39.000Z","size":46,"stargazers_count":25,"open_issues_count":2,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-30T13:42:14.820Z","etag":null,"topics":["aigc","comfyui","comfyui-client-go","go","golang","stable-diffusion"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/XdpCs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-12-06T04:44:31.000Z","updated_at":"2025-07-30T03:16:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"a593371f-7bdf-414a-adf8-64ec1d6954d9","html_url":"https://github.com/XdpCs/ComfyUIClient","commit_stats":null,"previous_names":["xdpcs/comfyui-client"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/XdpCs/ComfyUIClient","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XdpCs%2FComfyUIClient","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XdpCs%2FComfyUIClient/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XdpCs%2FComfyUIClient/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XdpCs%2FComfyUIClient/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/XdpCs","download_url":"https://codeload.github.com/XdpCs/ComfyUIClient/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XdpCs%2FComfyUIClient/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269734525,"owners_count":24466657,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-10T02:00:08.965Z","response_time":71,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aigc","comfyui","comfyui-client-go","go","golang","stable-diffusion"],"created_at":"2024-10-03T16:10:19.085Z","updated_at":"2025-08-10T14:18:02.411Z","avatar_url":"https://github.com/XdpCs.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ComfyUIClient\n\n![GitHub watchers](https://img.shields.io/github/watchers/XdpCs/ComfyUI-Client?style=social)\n![GitHub stars](https://img.shields.io/github/stars/XdpCs/ComfyUI-Client?style=social)\n![GitHub forks](https://img.shields.io/github/forks/XdpCs/ComfyUI-Client?style=social)\n![GitHub last commit](https://img.shields.io/github/last-commit/XdpCs/ComfyUI-Client?style=flat-square)\n![GitHub repo size](https://img.shields.io/github/repo-size/XdpCs/ComfyUI-Client?style=flat-square)\n![GitHub license](https://img.shields.io/github/license/XdpCs/ComfyUI-Client?style=flat-square)\n\n[English](README.md) | [中文](README_zh.md)\n\n## Install\n\n`go get`\n\n```shell\ngo get -u github.com/XdpCs/comfyUIclient\n```\n\n`go mod`\n\n```shell\nrequire github.com/XdpCs/comfyUIclient\n```\n\n## Support the ComfyUI API\n\n- [x] POST /prompt =\u003e func QueuePromptByString, QueuePromptByNodes\n- [x] POST /queue =\u003e func DeleteAllQueues, DeleteQueueByPromptID\n- [x] POST /history =\u003e func DeleteAllHistories, DeleteHistoryByPromptID\n- [x] POST /interrupt =\u003e func InterruptExecution\n- [x] POST /upload/image =\u003e func UploadImage\n- [x] POST /upload/mask =\u003e func UploadMask\n- [X] GET /embeddings =\u003e func GetEmbeddings\n- [X] GET /extensions =\u003e func GetExtensions\n- [X] GET /view =\u003e func GetFile\n- [X] GET /view_metadata/{folder_name} =\u003e func GetViewMetadata\n- [X] GET /system_stats =\u003e func GetSystemStats\n- [X] GET /prompt =\u003e func GetQueueRemaining\n- [X] GET /history =\u003e func GetAllHistories\n- [X] GET /history/{prompt_id} =\u003e func GetHistoryByPromptID\n- [X] GET /queue =\u003e func GetQueueInfo\n- [X] GET /object_info =\u003e func GetObjectInfos\n- [X] GET /object_info/{node_class} =\u003e func GetObjectInfoByNodeName\n\n## Examples\n\nAll examples are in the `examples` directory.\n\n## License\n\nComfyUIClient is under the [MIT](LICENSE). Please refer to LICENSE for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxdpcs%2Fcomfyuiclient","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxdpcs%2Fcomfyuiclient","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxdpcs%2Fcomfyuiclient/lists"}