{"id":48778977,"url":"https://github.com/ucloud/comfyui-compshare","last_synced_at":"2026-04-13T13:32:59.106Z","repository":{"id":316049023,"uuid":"1038453165","full_name":"ucloud/comfyui-compshare","owner":"ucloud","description":null,"archived":false,"fork":false,"pushed_at":"2025-09-22T10:27:46.000Z","size":3248,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-22T12:14:21.704Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ucloud.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-15T08:17:36.000Z","updated_at":"2025-09-22T10:27:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"d6ea342d-053a-427e-ad7e-e51ac5378a6e","html_url":"https://github.com/ucloud/comfyui-compshare","commit_stats":null,"previous_names":["ucloud/comfyui-compshare"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/ucloud/comfyui-compshare","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ucloud%2Fcomfyui-compshare","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ucloud%2Fcomfyui-compshare/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ucloud%2Fcomfyui-compshare/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ucloud%2Fcomfyui-compshare/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ucloud","download_url":"https://codeload.github.com/ucloud/comfyui-compshare/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ucloud%2Fcomfyui-compshare/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31755009,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T13:27:56.013Z","status":"ssl_error","status_checked_at":"2026-04-13T13:21:23.512Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2026-04-13T13:32:57.736Z","updated_at":"2026-04-13T13:32:59.085Z","avatar_url":"https://github.com/ucloud.png","language":"Python","readme":"# Compshare API for ComfyUI\n\nThis plugin provides seamless integration with compshare's ModelVerse API, enabling you to use powerful AI models directly within ComfyUI for image generation and editing tasks.\n\n## Quick Start\n\n### Installation\n\n1. **Install via Custom Node Manager** (Recommended)\n   - Open ComfyUI\n   - Go to **Manager** → **Custom Nodes Manager**\n   - Search for \"comfyui-compshare\"\n   - Click **Install**\n   - Restart ComfyUI\n\n2. **Configure API Key**\n   \n   - Get your API key: [Console](https://console.compshare.cn/light-gpu/api-keys)\n   - Add your API key in the `Modelverse Client` node\n   - Alternatively, create a `config.ini` file with `MODELVERSE_API_KEY=your_api_key`\n\n### Basic Usage\n\n1. Add a `Modelverse Client` node to your workflow\n2. Choose your desired model from the supported models below\n3. Connect the appropriate input/output nodes\n4. Run your workflow\n\n## Supported Models\n\nOur plugin supports the following models, each optimized for specific use cases:\n\n- **Flux Dev** - Foundation model with strong stylization capabilities\n- **Flux Kontext Pro Text2Image** - Specialized for text-to-image generation\n- **Flux Kontext Pro** - Expert single image editing and enhancement\n- **Flux Kontext Pro (Multi-inputs)** - Batch processing for multiple images\n- **Flux Kontext Max Text2Image** - Premium text-to-image generation with highest quality\n- **Flux Kontext Max** - Flagship single image editing with advanced features\n- **Flux Kontext Max (Multi-inputs)** - Most powerful multi-image processing\n- **Step1X-Edit** - Precision local editing and inpainting\n\nNote: (Multi-inputs) models use the same node interface as their single-input counterparts. Check the example workflows below for implementation details.\n\n## Example Workflows\n\nBuild your own workflow with Modelverse nodes. You can check the following images, drag them into ComfyUI GUI and autoload example workflows.\n\n| Flux Dev | Flux Kontext Pro | Flux Kontext Max (Multi-inputs) |\n|:-:|:-:|:-:|\n| \u003cimg src=\"assets/flux_dev.png\"  width=\"200\" height=\"200\"\u003e | \u003cimg src=\"assets/flux_kontext_pro_single.png\"  width=\"200\" height=\"200\"\u003e | \u003cimg src=\"assets/flux_kontext_max_multi.png\"  width=\"200\" height=\"200\"\u003e |\n\nIn case the above images does not work for you, check the screenshot below:\n\nText-to-Image with Flux Dev\n![Text-to-Image](assets/screenshot-flux_dev.png)\n\nSingle image editting with Flux Kontext Pro\n![single-input](assets/screenshot-flux_kontext_pro.png)\n\nMulti image editting with Flux Kontext Max\n![Multi-inputs](assets/screenshot-flux_kontext_max.png)\n\n\n\n    ","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fucloud%2Fcomfyui-compshare","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fucloud%2Fcomfyui-compshare","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fucloud%2Fcomfyui-compshare/lists"}