--- license: apache-2.0 base_model: - coder3101/Qwen3.5-4B-heretic base_model_relation: quantized tags: - comfyui - diffusion-single-file --- # ComfyUI clip model of [coder3101/Qwen3.5-4B-heretic](https://huggingface.co/coder3101/Qwen3.5-4B-heretic) ## How to use ![text_generate](https://cdn-uploads.huggingface.co/production/uploads/63fbf6951b4b1bd4e706fed1/tyTYwGFsKBVUh7NP6AOsk.png) ## How to reproduce Use https://github.com/bedovyy/comfy-dit-quantizer with the below config json. ```json { "format": "comfy_quant", "block_names": ["language_model"], "rules": [ { "policy": "keep", "match": [] }, { "policy": "float8_e4m3fn", "match": [ "proj_qkv", "proj_z", "out_proj", "k_proj", "o_proj", "q_proj", "v_proj", "down_proj", "gate_proj", "up_proj" ] } ] } ```