You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-17Lines changed: 19 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
1
1
# ComfyUI-MultiModal-Prompt-Nodes
2
2
3
-
**Version:** 1.0.9
3
+
**Version:** 1.0.10
4
4
**License:** GPL-3.0
5
5
6
6
Multimodal prompt generator nodes for ComfyUI, designed to generate prompts for **Qwen-Image-Edit** and **Wan2.2**.
7
-
Supports **local LLM / local GGUF models** (Qwen2.5-VL, Qwen3-VL) and **Qwen API** for image and video prompt generation and enhancement.
7
+
Supports **local LLM / local GGUF models** (Qwen2.5-VL, Qwen3-VL and Qwen3.5) and **Qwen API** for image and video prompt generation and enhancement.
8
8
9
9
---
10
10
## Upgrade Notes for Existing Users
11
11
12
-
The following notes are intended for existing users upgrading to `1.0.9`.
12
+
The following notes are intended for existing users upgrading to `1.0.10`.
13
13
14
14
### Expanded search paths for local Qwen-family GGUF models
15
15
In addition to `models/LLM`, this release now searches `models/text_encoders` and its subdirectories for GGUF files. Because this changes how model paths are handled internally, you may need to reselect your models the first time you run the node after updating.
@@ -48,7 +48,7 @@ Based on extensive testing, **Wan2.2** and **Qwen-Image-Edit** respond **signifi
48
48
-`concise`: Minimal keywords, focused on core elements
49
49
-`creative`: Artistic interpretation with unique perspectives
50
50
-**Multi-image input**: Support batch image input via ComfyUI's batch nodes (e.g., Images Batch Multiple)
51
-
-**Local GGUF support**: Run Qwen2.5-VL and Qwen3-VL models locally
51
+
-**Local GGUF support**: Run Qwen2.5-VL, Qwen3-VL, and Qwen3.5 models locally
52
52
-**Auto-detect mmproj**: Automatic detection or manual selection
**Important:** Model compatibility varies by llama-cpp-python version. Based on my testing environment:
98
98
99
-
| Version | Qwen2.5-VL | Qwen3-VL |
100
-
|---------|------------|----------|
101
-
| 0.3.16 (official) | ✅ | ❌ |
102
-
| 0.3.21+ (JamePeng fork) | ✅ | ✅ |
99
+
| Version | Qwen2.5-VL | Qwen3-VL | Qwen3.5 |
100
+
|---------|------------|----------|---------|
101
+
| 0.3.16 (official) | ✅ | ❌ | ❌ |
102
+
| 0.3.21+ (JamePeng fork) | ✅ | ✅ | ❌ |
103
+
| 0.3.33+ (JamePeng fork) | ✅ | ✅ | ✅ |
103
104
104
105
***Note:** Vision input support may vary depending on your environment and configuration.
105
106
106
-
**Recommended Installation (JamePeng fork for Qwen3-VL support):**
107
+
**Recommended Installation (JamePeng fork for Qwen3-VL and Qwen3.5 support):**
107
108
Please follow the build and installation instructions provided in the JamePeng fork repository, as this fork requires a custom build and cannot be reliably installed via a simple `pip install`.
Copy file name to clipboardExpand all lines: pyproject.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
[project]
2
2
name = "multimodal-prompt-nodes"
3
3
description = "Multimodal prompt generator nodes for ComfyUI, designed to generate prompts for QwenImageEdit and Wan2.2. Supports local LLM / local GGUF models (Qwen2.5-VL, Qwen3-VL) and Qwen API for image and video prompt generation and enhancement."
4
-
version = "1.0.9"
4
+
version = "1.0.10"
5
5
license = {file = "LICENSE"}
6
6
# classifiers = [
7
7
# # For OS-independent nodes (works on all operating systems)
0 commit comments