Files
AI-Video/workflows/selfhost/analyse_image.json

43 lines
753 B
JSON

{
"5": {
"inputs": {
"image": "06.JPG"
},
"class_type": "LoadImage",
"_meta": {
"title": "$image.image"
}
},
"6": {
"inputs": {
"anything": [
"7",
0
]
},
"class_type": "easy showAnything",
"_meta": {
"title": "Show Any"
}
},
"7": {
"inputs": {
"model_name": "Qwen3-VL-8B-Instruct",
"quantization": "None (FP16)",
"attention_mode": "auto",
"preset_prompt": "🖼️ Detailed Description",
"custom_prompt": "",
"max_tokens": 512,
"keep_model_loaded": true,
"seed": 1,
"image": [
"5",
0
]
},
"class_type": "AILab_QwenVL",
"_meta": {
"title": "QwenVL"
}
}
}