ComfyUI/comfy/language
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 LLM support in ComfyUI 2024-05-14 17:30:23 -07:00
fastchat_adapters.py LLM support in ComfyUI 2024-05-14 17:30:23 -07:00
language_types.py LLM support in ComfyUI 2024-05-14 17:30:23 -07:00
transformers_model_management.py LLM support in ComfyUI 2024-05-14 17:30:23 -07:00