ComfyUI Node: Advanced Options Node
Authored by Big-Idea-Technology
Created 7 months ago
Updated 3 months ago
55 stars
Category
LLM
Inputs
temperature FLOAT
top_p FLOAT
top_k INT
repetition_penalty FLOAT
trust_remote_code BOOLEAN
torch_dtype
- auto
- float32
- bfloat16
- float16
- float64
Outputs
ADVOPTIONSCONFIG
Extension: LLM Node for ComfyUI
The LLM_Node enhances ComfyUI by integrating advanced language model capabilities, enabling a wide range of NLP tasks such as text generation, content summarization, question answering, and more. This flexibility is powered by various transformer model architectures from the transformers library, allowing for the deployment of models like T5, GPT-2, and others based on your project's needs.
Authored by Big-Idea-Technology