ComfyUI Node
AQ_Qwen
A ComfyUI node in AQ/LLM with 13 inputs and 2 outputs.
AQ_Qwen
- qwen_model
- image
- response
- formatted_response
◄prompt►
◄system_messageYou are a helpful assistant.►
◄temperature0.10►
◄max_tokens256►
◄top_p0.001►
◄repetition_penalty1.05►
◄min_pixels224►
◄max_pixels1280►
◄enable_jsonfalse►
◄json_format{
"type": "object",
"properties": {
"user_idea": {
"type": "string"
},
"new_scene_description": {
"type": "string"
},
"new_image_type":{
"type": "string"
},
"new_style":{
"type": "string"
}
},
"required": [
"user_idea",
"new_scene_description",
"new_image_type",
"new_style"
]
}►
◄result_template{json[new_scene_description]} in style {json[new_style]}, {json[new_image_type]}►
CategoryAQ/LLM
Inputs (13)
| Name | Type | Default | Description |
|---|---|---|---|
| qwen_model | QWEN_MODEL | — | |
| prompt | STRING | — | |
| system_message | STRING | You are a helpful assistant. | — |
| temperature | FLOAT | 0.100–2 | — |
| max_tokens | INT | 2561–2048 | — |
| top_p | FLOAT | 0.0010–1 | — |
| repetition_penalty | FLOAT | 1.051–2 | — |
| min_pixels | INT | 22416–1280 | — |
| max_pixels | INT | 1280224–2048 | — |
| enable_json | BOOLEAN | false | — |
| json_format | STRING | { "type": "object", "properties": { "user_idea": { "type": "string" }, "new_scene_description": { "type": "string" }, "new_image_type":{ "type": "string" }, "new_style":{ "type": "string" } }, "required": [ "user_idea", "new_scene_description", "new_image_type", "new_style" ] } | — |
| result_template | STRING | {json[new_scene_description]} in style {json[new_style]}, {json[new_image_type]} | — |
| imageopt | IMAGE | — |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| response | STRING | — |
| formatted_response | STRING | — |