ComfyUI Node
SpaCy Model Loader π¬
A ComfyUI node in utils/tags with 1 input and 1 output.
SpaCy Model Loader π¬
- spacy_nlp
βmodelβΎβΊ
Categoryutils/tags
Inputs (1)
| Name | Type | Default | Description |
|---|---|---|---|
| model | COMBO | spaCy model to load. Lists all models installed in the current Python environment. Install a model with: python -m spacy download en_core_web_sm Then restart ComfyUI. Common models: en_core_web_sm ~12 MB - recommended for most cases en_core_web_md ~43 MB - better word vectors en_core_web_lg ~560 MB - best statistical accuracy en_core_web_trf ~400 MB - transformer-based, highest accuracy (requires: pip install spacy-transformers) |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| spacy_nlp | SPACY_NLP | β |