ComfyUI Node
🤖 Nexa Text Generation
A ComfyUI node in 🤖 GGUF-Fusion/Nexa with 11 inputs and 2 outputs.
🤖 Nexa Text Generation
- model_config
- context
- thinking
◄preset_modelCustom (输入自定义模型 ID)►
◄custom_model►
◄auto_downloadtrue►
◄max_tokens512►
◄temperature0.7►
◄top_p0.90►
◄top_k40►
◄repetition_penalty1.1►
◄enable_thinkingfalse►
◄promptHello, how are you?►
Category🤖 GGUF-Fusion/Nexa
Inputs (11)
| Name | Type | Default | Description |
|---|---|---|---|
| model_config | NEXA_MODEL | Nexa 模型配置(来自 Model Selector) | |
| preset_model | COMBO | Custom (输入自定义模型 ID) | 可用模型列表(顶部为已下载模型) |
| custom_model | STRING | 自定义模型 ID(格式: author/model:quant) | |
| auto_download | BOOLEAN | true | 自动下载模型(使用 nexa pull) |
| max_tokens | INT | 5121–8192 | 最大生成 token 数 |
| temperature | FLOAT | 0.70–2 | 温度参数(越高越随机) |
| top_p | FLOAT | 0.900–1 | Top-p 采样 |
| top_k | INT | 400–100 | Top-k 采样(0 表示禁用) |
| repetition_penalty | FLOAT | 1.11–2 | 重复惩罚 |
| enable_thinking | BOOLEAN | false | 启用思考模式(支持 DeepSeek-R1, Qwen3-Thinking 等模型) |
| prompt | STRING | Hello, how are you? | 输入提示词 |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| context | STRING | — |
| thinking | STRING | — |