ComfyUI Node
Anima Checkpoint Loader (BSS)
A ComfyUI node in BSS/AnimaBooster with 3 inputs and 3 outputs.
Anima Checkpoint Loader (BSS)
- model
- clip
- vae
◄ckpt_name▾►
◄sage_attentionauto►
◄torch_compilefalse►
CategoryBSS/AnimaBooster
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| ckpt_name | COMBO | Select your Anima .safetensors checkpoint file | |
| sage_attention | COMBO | auto | SageAttention: quantized attention kernel for faster inference. auto: let sageattention pick best kernel. disabled: no patch. |
| torch_compile | BOOLEAN | false | Apply torch.compile to transformer blocks. First 2-3 generations are very slow (compilation warmup). Subsequent generations: ~20-40% faster. |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| model | MODEL | — |
| clip | CLIP | — |
| vae | VAE | — |