CCSSNE/Bedovyy-Heretical-Qwen3.5-9B-Comfy

🤗 Hugging Face sourceapache-2.09B activated21 GBother✓ 2 checksumsupdated 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-Heretical-Qwen3.5-9B-Comfy ./model-folder
Needs a seeder →

ComfyUI clip model of Kewk/Heretical-Qwen3.5-9B

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"
    ] }
  ]
}