d389d6daff
fp16 offers nothing over bf16 for these models (removed from the quant dropdown; loader still tolerant if passed). prompt_used was metadata-only — removed from the node inputs, report payload/markdown, the bridge, and the example workflows. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
27 lines
730 B
JSON
27 lines
730 B
JSON
{
|
|
"11": {
|
|
"class_type": "LoadImage",
|
|
"inputs": { "image": "reference.png" },
|
|
"_meta": { "title": "Reference Image (put in ComfyUI/input/)" }
|
|
},
|
|
"12": {
|
|
"class_type": "QwenVLImageJudge",
|
|
"inputs": {
|
|
"reference_image": ["11", 0],
|
|
"mode": "describe",
|
|
"profile": "general",
|
|
"model_path": "/media/p5/qwen3vl_4b_abliterated_comfy_convert/hf_bf16",
|
|
"precision": "bf16",
|
|
"axes": "",
|
|
"max_new_tokens": 1024,
|
|
"temperature": 0.0,
|
|
"swap_eval": false,
|
|
"keep_loaded": true,
|
|
"auto_download": true,
|
|
"report_dir": "/media/p5/Comfyui/output/calibrator",
|
|
"run_tag": "seed"
|
|
},
|
|
"_meta": { "title": "Qwen3-VL Describe (first pass)" }
|
|
}
|
|
}
|