https://github.com/ucloud/comfyui-plugin
https://github.com/ucloud/comfyui-plugin
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ucloud/comfyui-plugin
- Owner: ucloud
- Created: 2025-07-16T13:13:36.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-08-13T07:34:03.000Z (7 months ago)
- Last Synced: 2025-08-13T09:24:22.618Z (7 months ago)
- Language: Python
- Size: 3.1 MB
- Stars: 1
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-comfyui - **ComfyUl-UCloud** - performance AI computing platform providing powerful image generation models and industry-leading inference speeds. It offers a wide range of AI model options, including popular text-to-image and image editing models, ready to use without local GPU setup. (Workflows (3395) sorted by GitHub Stars)
README
# UCloud ModelVerse API for ComfyUI
This plugin provides seamless integration with UCloud's ModelVerse API, enabling you to use powerful AI models directly within ComfyUI for image generation and editing tasks.
## Quick Start
### Installation
1. **Install via Custom Node Manager** (Recommended)
- Open ComfyUI
- Go to **Manager** → **Custom Nodes Manager**
- Search for "ComfyUl-UCloud"
- Click **Install**
- Restart ComfyUI
2. **Configure API Key**
- Get your API key: [Console En](https://console.ucloud-global.com/modelverse/experience/api-keys), [Console Zh](https://console.ucloud.cn/modelverse/experience/api-keys)
- Add your UCloud ModelVerse API key in the `Modelverse Client` node
- Alternatively, create a `config.ini` file with `MODELVERSE_API_KEY=your_api_key`
### Basic Usage
1. Add a `Modelverse Client` node to your workflow
2. Choose your desired model from the supported models below
3. Connect the appropriate input/output nodes
4. Run your workflow
## Supported Models
Our plugin supports the following models, each optimized for specific use cases:
- **Flux Dev** - Foundation model with strong stylization capabilities
- **Flux Kontext Pro Text2Image** - Specialized for text-to-image generation
- **Flux Kontext Pro** - Expert single image editing and enhancement
- **Flux Kontext Pro (Multi-inputs)** - Batch processing for multiple images
- **Flux Kontext Max Text2Image** - Premium text-to-image generation with highest quality
- **Flux Kontext Max** - Flagship single image editing with advanced features
- **Flux Kontext Max (Multi-inputs)** - Most powerful multi-image processing
- **Step1X-Edit** - Precision local editing and inpainting
Note: (Multi-inputs) models use the same node interface as their single-input counterparts. Check the example workflows below for implementation details.
## Example Workflows
Build your own workflow with Modelverse nodes. You can check the following images, drag them into ComfyUI GUI and autoload example workflows.
| Flux Dev | Flux Kontext Pro | Flux Kontext Max (Multi-inputs) |
|:-:|:-:|:-:|
|
|
|
|
In case the above images does not work for you, check the screenshot below:
Text-to-Image with Flux Dev

Single image editting with Flux Kontext Pro

Multi image editting with Flux Kontext Max
