├── LICENSE ├── README.md ├── __init__.py ├── exllama.py ├── requirements.txt ├── text.js └── text.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zuellni/ComfyUI-ExLlama-Nodes/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zuellni/ComfyUI-ExLlama-Nodes/HEAD/README.md -------------------------------------------------------------------------------- /__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zuellni/ComfyUI-ExLlama-Nodes/HEAD/__init__.py -------------------------------------------------------------------------------- /exllama.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zuellni/ComfyUI-ExLlama-Nodes/HEAD/exllama.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zuellni/ComfyUI-ExLlama-Nodes/HEAD/requirements.txt -------------------------------------------------------------------------------- /text.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zuellni/ComfyUI-ExLlama-Nodes/HEAD/text.js -------------------------------------------------------------------------------- /text.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zuellni/ComfyUI-ExLlama-Nodes/HEAD/text.py --------------------------------------------------------------------------------