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
+11-4Lines changed: 11 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,13 @@ Supports **local LLM / local GGUF models** (Qwen2.5-VL, Qwen3-VL, Qwen3.5 and Qw
11
11
12
12
The following notes are intended for existing users upgrading to `1.0.11`.
13
13
14
+
### Qwen API model list updated for Model Studio deprecation notices
15
+
Cloud API model selection now prioritizes Qwen3.6 models, including `qwen3.6-plus` and `qwen3.6-flash`.
16
+
Older API models remain selectable for existing workflow compatibility, but are marked as deprecated in the UI:
17
+
-`deprecated: announced offline since 2026-05-13` for models already announced as offline.
18
+
-`deprecated: offline scheduled 2026-07-13` for models announced for the July 13, 2026 offline window.
19
+
-`deprecated: legacy, prefer Qwen3.6` for legacy models kept for compatibility.
20
+
14
21
### Expanded search paths for local Qwen-family GGUF models
15
22
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.
16
23
@@ -177,7 +184,7 @@ Add your Alibaba Cloud Dashscope API key to this file.
177
184
-`target_language`: Output language (auto/zh/en)
178
185
-`llm_model`: Model selection
179
186
-`Local: xxx`: Local GGUF models (auto-detected)
180
-
- API models: qwen-vl-max, qwen-plus, etc.
187
+
- API models: qwen3.6-plus, qwen3.6-flash, etc.
181
188
-`mmproj`: mmproj file (required for local models)
182
189
-`(Auto-detect)`: Automatic detection
183
190
-`(Not required)`: For API models or text-only mode
@@ -208,7 +215,7 @@ Add your Alibaba Cloud Dashscope API key to this file.
208
215
-`target_language`: Output language (auto/zh/en)
209
216
-`llm_model`: Model selection
210
217
-`Local: xxx`: Local GGUF models
211
-
- API models: qwen-vl-max (for I2V), qwen-plus, etc.
218
+
- API models: qwen3.6-plus, qwen3.6-flash, etc.
212
219
-`mmproj`: mmproj selection (same as other nodes)
213
220
-`max_retries`: API retry attempts
214
221
-`device`: CPU/GPU for local models
@@ -224,7 +231,7 @@ Add your Alibaba Cloud Dashscope API key to this file.
224
231
**Important notes:**
225
232
-**Use Chinese prompts** (`target_language: zh`) for best results
226
233
- Supports up to 600+ Chinese characters (2048 tokens)
227
-
- For I2V tasks, use `qwen-vl-*` models
234
+
- For I2V tasks, use Qwen3.6 or `qwen-vl-*` models
228
235
229
236
**Example T2V workflow:**
230
237
1. Enter prompt: "A cat looking out from a windowsill"
@@ -238,7 +245,7 @@ Add your Alibaba Cloud Dashscope API key to this file.
238
245
2. Enter motion description: "The camera slowly pushes in"
239
246
3. Set `task_type`: Image-to-Video
240
247
4. Set `target_language`: zh
241
-
5. Ensure model supports vision (qwen-vl-*)
248
+
5. Ensure model supports vision (Qwen3.6 or qwen-vl-*)
assertmodelin["qwen-vl-max", "qwen-vl-max-latest", "qwen-vl-max-2025-08-13", "qwen-vl-max-2025-04-08"], f'"{model}" is not available for the "Qwen-Image-Edit" style.'
353
+
assertmodelinQWEN_API_VISION_MODEL_IDS, f'"{model}" is not available for the "Qwen-Image-Edit" style.'
308
354
sys_promot="you are a helpful assistant, you should provide useful answers to users."
309
355
messages= [
310
356
{"role": "system", "content": sys_promot},
@@ -338,7 +384,7 @@ def api_edit(prompt, img_list, model="qwen-vl-max-latest", save_tokens=True, api
assertmodelin["qwen-vl-max", "qwen-vl-max-latest", "qwen-vl-max-2025-08-13", "qwen-plus", "qwen-max", "qwen-plus-latest", "qwen-max-latest"], f'"{model}" is not available for the "Qwen-Image" style.'
446
+
assertmodelinQWEN_API_MODEL_IDS, f'"{model}" is not available for the "Qwen-Image" style.'
400
447
messages= [
401
448
{'role': 'system', 'content': 'You are a helpful assistant.'},
0 commit comments