CCSSNE/Bedovyy-Qwen3.5-4B-heretic-Comfy

🤗 Hugging Face sourceapache-2.04B activated5.5 GBother✓ 1 checksumupdated today
Submit in one command

Run it next to your model folder. It makes the torrent, checks your files against Hugging Face, and submits it. You just start seeding and paste your key from your account. It only reads your files and never changes them. Read the script first if you like.

curl -fsSL https://pirateface.co/package.sh | bash -s -- --repo CCSSNE/Bedovyy-Qwen3.5-4B-heretic-Comfy ./model-folder
Needs a seeder →

ComfyUI clip model of coder3101/Qwen3.5-4B-heretic

How to use

How to reproduce

Use https://github.com/bedovyy/comfy-dit-quantizer with the below config 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"
    ] }
  ]
}