Openrouter-Node

Openrouter-Node
★ 5

OpenRouter集成ComfyUI节点多模态LLMAPI调用
在ComfyUI内通过OpenRouter API调用LLM,支持纯文本与图+文本多模态请求,便于集成和推理。
💡 在ComfyUI中通过OpenRouter进行文本或图文推理
🍴 4 Forks💻 Python🔄 2025-02-13
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/af9fbf81e746
📦 requirements.txt
requests==2.31.0
#
For
making
HTTP
requests
to
the
API
Pillow==9.5.0
#
For
handling
image
processing
tasks
torch==2.0.1
#
For
handling
tensor
operations
and
image
data
torchvision==0.15.2
#
For
image
transformation
tools
like
ToPILImage
📄 README