ComfyUI/comfy/nodes
doctorpangloss 8741cb3ce8 LLM support in ComfyUI
- Currently uses `transformers`
 - Supports model management and correctly loading and unloading models
   based on what your machine can support
 - Includes a Text Diffusers 2 workflow to demonstrate text rendering in
   SD1.5
2024-05-14 17:30:23 -07:00
..
__init__.py
base_nodes.py LLM support in ComfyUI 2024-05-14 17:30:23 -07:00
common.py
package_typing.py
package.py
vanilla_node_importing.py