



A ComfyUI custom node package for ModelScope API integration, providing seamless access to ModelScope’s powerful AI models including Large Language Models (LLM), Vision-Language Models (VLM), and Image Generation capabilities.
ModelScope is a comprehensive AI model platform that offers state-of-the-art models for various AI tasks. This ComfyUI integration provides direct access to ModelScope’s API inference services, enabling you to leverage powerful models like Qwen series without local model deployment.
Download or git clone this repository inside ComfyUI/custom_nodes/ directory:
git clone https://github.com/neverbiasu/ComfyUI-ModelScope.git
Or use the ComfyUI Manager for automatic installation.
The extension requires the following Python packages:
pip install -r requirements.txt
You’ll need a ModelScope API key to use these nodes. You can obtain one from ModelScope.
Set your API key in one of these ways:
MODELSCOPE_API_KEY environment variableMODELSCOPE_ACCESS_TOKEN environment variableRestart ComfyUI to load the new nodes.
Use the ModelScope LLM node to generate creative text, answer questions, or perform text processing tasks.
Analyze images and answer questions about their content using advanced vision-language models.
Generate custom images from text descriptions with fine-tuned control over output parameters.