https://github.com/neverbiasu/comfyui-dashscope
A ComfyUI extension for DashScope(Qwen Series API)
https://github.com/neverbiasu/comfyui-dashscope
aliyun audio-driven-talking-face comfyui comfyui-nodes custom-nodes dashscope llm vlm
Last synced: 9 months ago
JSON representation
A ComfyUI extension for DashScope(Qwen Series API)
- Host: GitHub
- URL: https://github.com/neverbiasu/comfyui-dashscope
- Owner: neverbiasu
- License: mit
- Created: 2024-12-16T03:10:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-30T16:24:57.000Z (about 1 year ago)
- Last Synced: 2025-01-30T17:30:50.506Z (about 1 year ago)
- Topics: aliyun, audio-driven-talking-face, comfyui, comfyui-nodes, custom-nodes, dashscope, llm, vlm
- Language: Python
- Homepage:
- Size: 866 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ComfyUI-Dashscope
This project integrates the Dashscope API from [Aliyun Bailian](https://bailian.console.aliyun.com) into ComfyUI.

Refer to this example workflow for a quick start.
## Requirements
### Environment Setup
Set the system environment variable `DASHSCOPE_API_KEY` on your computer. Refer to [this guide](https://help.aliyun.com/zh/model-studio/developer-reference/configure-api-key-through-environment-variables?spm=a2c4g.11186623.help-menu-2400256.d_3_1.3f8a1078V8zfae&scm=20140722.H_2803795._.OR_help-T_cn~zh-V_1#e4cd73d544i3r) for instructions on configuring the Dashscope API key based on your system. You can view your API key [here](https://bailian.console.aliyun.com/?apiKey=1#/api-key).
### Installation
Install the necessary Python dependencies with:
```sh
pip install -r requirements.txt
```
## Models
You can find LLM models or other AI models in [models documentation](./models.md).
## Contribution
We welcome contributions! Please fork the repository, make your changes, and submit a pull request for review.
## License
This project is licensed under the MIT License. See the LICENSE file for details.