comfyui

Using minimax text encoder forTextGenerate node

#14
by MHoela - opened

image
I've tried to use the qwen3vl_32b_minimax_h3_nvfp4_awq.safetensors text encoder with the text-generate node to use as a prompt enhancer, but I only get gibberish (see image). I've set the clip type to minimax. I also tried text-only generation with the same result. Is this supported?

Comfy Org org

It is not supported at this point, the minimax version doesn't have all the layers or the lm_head to get the size down.

Ah, ok! With these big models is it probably a better idea to have a seperate workflow for prompt enhancement anyway. Thanks for the info!

Sign up or log in to comment