SlopScore
00 crowd

ComfyUI-Qwen3.5-Low-VRAM-GPU (github.com/GZT2023/ComfyUI-Qwen3.5-Low-VRAM-GPU)

ComfyUI plugin for running Qwen3.5 models locally with low VRAM optimization
Python · ★ 12 · 3 forks · Apache-2.0 · paperwork by the Cap'mmostly ai (inferred)light human (inferred)works-on-my-machine (inferred)other
listed 2 hours ago by GZT2023 · last checked 2 hours ago
The owner didn't write this. This repo never submitted itself. The Cap'm found it on a truffle trawl and wrote its paperwork from what GitHub already shows. Picked by hand by the Cap'm on 2026-09-11: A ComfyUI plugin for running Qwen3.5 image captioning on low-VRAM GPUs; "This plugin is entirely AI-generated and has been successfully run.". 12 stars; Apache-2.0 license. The owner did not submit this. Votes count; awards don't until the owner claims it.

I'm not calling your project slop! Geeze, it's a joke... Do you own this repo?

Log in with GitHub as GZT2023. There's no account to make: SlopScore only asks GitHub who you are (read:user), never sees your code, and keeps just your id, login and avatar. Then you can:

  • Keep it, on your terms. Commit your own slopscore.md (spec) and press Refresh. Your paperwork replaces the Cap'm's, and you can submit it for Slop of the Day.
  • Take it down. One click on Remove. It stays gone; the trawl never brings it back.

Log in with GitHub

Can't log in as the owner? Request a takedown. No login needed, and a trawled listing comes down right away.

GitHub says
ComfyUI plugin for running Qwen3.5 models locally with low VRAM optimization
created
2026-02-26 · pushed 1 month ago · 34 commits · 1 contributor
release
1.0.0 · 2026-03-11
languages
Python 83%JavaScript 17%
paperwork
licensereadme 42% health
dependencies
no dependency graph (no manifest, or disabled) · OSV.dev, checked 2 hours ago

Disclosures, inferred by the Cap'm

slopbucket
vibe-coded
category
other
ai_generated
mostly
human_touch
light
status
works-on-my-machine
language (detected)
javascriptpython
license (detected)
apache-2.0

The Cap'm's log

The Cap'm wrote this paperwork, not the owner. This repo never submitted itself to SlopScore. The Cap'm picked it by hand: A ComfyUI plugin for running Qwen3.5 image captioning on low-VRAM GPUs; "This plugin is entirely AI-generated and has been successfully run.". It carries the Apache-2.0 license. The disclosures above are his best guess from what GitHub shows.

Is this yours? Commit a real slopscore.md and press Refresh to replace this, or remove the listing in one click. There's no account to make: you log in with GitHub.

README (read the rest on GitHub)

充电支持:🔗 B站:赛博画师GZT

ComfyUI-Qwen3.5-Low-VRAM-GPU

针对12G低显存GPU、32G低内存深度优化, 专为ComfyUI设计的Qwen3.5图像描述插件。

示例图片

第一次运行,自动从国内ModelScope下载模型,完全阻断HuggingFace连接。下载模型之后,即可拔掉网线运行,可完全离线,网络环境友好。

支持量化加载与智能显存管理。支持 Qwen3.5-2B/4B/9B/27B/35B-A3B 等模型。

本插件使用纯AI生成,已成功运行。 以下内容也使用AI生成。

This plugin is entirely AI-generated and has been successfully run. The following content is also generated using AI.

✨ 核心特性

🚀 纯国内加速:默认从ModelScope下载模型,彻底规避HuggingFace连接问题,支持完全离线运行。

💾 极致显存管理:

自动切换卸载:切换模型时,自动卸载旧模型,杜绝资源残留。

推理后可选卸载:生成描述后(默认开启),立即从显存/内存中卸载模型,为后续工作流(如生图)腾出全部空间。

📊 低显存量化:支持 4bit 和 8bit 量化,加载2B/4B模型仅需6GB显存。

🖥️ 优雅的文本显示:自带前端节点,直接显示生成的描述,支持框选复制,并完美适配深色/浅色主题。

🔌 即插即用:完全集成ComfyUI节点系统,无需复杂配置。

示例图片

📦 安装

方法一:直接下载(推荐)

进入ComfyUI的 custom_nodes 目录。

克隆本仓库:

cd custom_nodes

git clone https://github.com/GZT2023/ComfyUI-Qwen3.5-Low-VRAM-GPU.git

安装依赖:

pip install modelscope bitsandbytes opencv-python accelerate transformers

注意:bitsandbytes 在Windows上可能需要预编译版本,如遇安装问题,可暂时不使用量化(选择 none)。

方法二:手动安装

下载本仓库的ZIP压缩包,解压至 custom_nodes/ComfyUI-Qwen3.5-Low-VRAM-GPU/。

在插件目录下,使用ComfyUI的Python环境运行:

pip install -r requirements.txt

(请确保您已创建包含上述依赖的 requirements.txt 文件)

便携包环境的话,在便携包目录ComfyUI_windows_portable下运行:

.\python_embeded\python.exe -m pip install -r .\ComfyUI\custom_nodes\ComfyUI-Qwen3.5-Low-VRAM-GPU\requirements.txt

🚀 快速开始

重启ComfyUI,在节点菜单中找到分类 ComfyUI-Qwen3.5-Low-VRAM-GPU。

添加以下三个节点,并按下图连接:

LoadQwen35Model (Low VRAM):选择模型(如 Qwen3.5-2B)和量化等级。

Qwen35Caption (Low VRAM):连接模型和待处理的图像。

ShowCaptionText (Low VRAM):连接生成的文本,并直接显示结果。

执行工作流。首次使用且未勾选 local_files_only 时,插件会自动从ModelScope下载模型至 ComfyUI/models/Qwen/ 目录。

第一次运行下载模型后,勾选local_files_only,即可拔掉网线运行,完全离线。

生成的描述将实时显示在 ShowCaptionText 节点上,并可框选复制。

使用注意技巧:

1、如果需要连续处理多张图片,将Qwen35Caption (Low VRAM) 节点中的 unload_after_caption 设置为 False。这样模型会一直驻留在显存/内存中,后续更换图片时可以直接复用,无需重新加载,但占用大量显存、内存。

2、如果需要反推单张图片,然后不断抽卡生图,则将Qwen35Caption (Low VRAM) 节点中的 unload_after_caption 设置为 True。这样模型会自动卸载,节省大量显存、内存。

3、如果显存和内存都十分充足,LoadQwen35Model (Low VRAM)节点的force_clean_before_switch 也设置为False,这样不卸载模型,达到最大速度,占用最大资源,也保留反推1次不断生图抽卡的特性。

示例图片

示例图片

🧩 节点详解

  1. LoadQwen35Model (Low VRAM)

功能:加载Qwen3.5模型,自动管理本地缓存。

参数:

model_name: 选择模型尺寸(2B/4B/9B等)。

quantization: 量化等级 (none / 4bit / 8bit),4bit可极大降低显存占用。

use_cpu: 强制使用CPU加载(极慢,不推荐)。

use_flash_attn: 启用Flash Attention 2(需PyTorch≥2.0)。

local_files_only: True 时仅从本地加载,False 时优先本地,无缓存则从ModelScope下载。

cache_dir: 自定义模型缓存路径(默认:ComfyUI/models/Qwen/)。

  1. Qwen35Caption (Low VRAM)

功能:执行图像描述推理。

参数:

model: 来自上一节点的模型对象。

images: 待描述的图像(ComfyUI的IMAGE类型)。

system_prompt / user_prompt: 自定义提示词。

temperature / top_p: 生成参数(0表示使用模型默认)。

max_new_tokens: 最大生成长度。

image_size: 图像预处理尺寸。

disable_think: 默认开启,移除模型内部思考标签(如 ...)。

unload_after_caption: 默认开启,生成后立即卸载模型,释放显存。

  1. ShowCaptionText (Low VRAM)

功能:在节点上直接显示生成的描述文本。

特点:文本直接呈现在节点界面,支持鼠标框选复制,并自动适应深色/浅色主题。

输入:text - 需要显示的字符串。

⚙️ 依赖要求

ComfyUI 主程序(基础依赖如 torch, transformers 等)。

额外必须安装:

modelscope

bitsandbytes

opencv-python

accelerate

❓ 常见问题

Q: 为什么看不到 ShowCaptionText 节点上的文本?

A: 请确保您使用的是插件自带的前端文件 (js/showCaption.js)。如果文本不显示,尝试重启ComfyUI或检查控制台是否有JS错误。该节点已深度适配深色主题。

Q: 切换模型时显存没有立即释放怎么办?

A: 插件已内置自动切换卸载机制。如果发现异常,可以尝试手动点击 LoadQwen35Model 节点加载新模型,旧模型会被自动清理。您也可以在工作流末尾开启 unload_after_caption。

Q: 我想完全离线使用,该如何操作?

A: 1. 首次使用时,设置 local_files_only=False,让插件联网从ModelScope下载模型。2. 下载完成后,将 local_files_only 设为 True,此后插件将完全离线运行,不再有任何网络请求。

Q: 如何卸载插件?

A: 直接从 custom_nodes 目录中删除 ComfyUI-Qwen3.5-Low-VRAM-GPU 文件夹即可。已下载的模型缓存(默认在 models/Qwen/)需手动删除。

📝 更新日志

2026-03-11: 发布首个正式版本,实现核心功能、低显存管理及ModelScope优先下载。

⚖️ 免责声明

本软件仅供学习、研究和教育目的使用。开发者不鼓励、不支持也不授权将本项目用于任何违反当地法律法规或道德伦理的活动。

模型输出内容:Qwen3.5 系列模型如果生成包含偏见、不当或冒犯性内容的文本。使用者应自行对模型输出进行审查和过滤,并承担由此产生的一切责任。

使用风险:使用者明确承认并同意,自行承担使用本软件的全部风险。对于因使用本软件导致的任何直接或间接损失(包括但不限于数据丢失、系统损坏、法律纠纷等),开发者不承担任何责任。

合规性:使用者必须遵守所在国家/地区的法律法规,不得将本软件用于生成、传播违法信息或侵犯他人合法权益的内容。

无担保:本软件按“现状”提供,不提供任何形式的明示或暗示担保,包括但不限于适销性、特定用途适用性和非侵权性的担保。

如果您不同意上述条款,请立即停止使用并删除本项目。

Scan report · 2026-09-11
  • Prohibited terms or links
  • Repository eligibility
  • slopscore.md paperwork
  • Content policy
  • Risk review

0 comments

log in to comment.

report this listinglog in to report