ComfyUI/comfy/nodes
doctorpangloss 6ab1aa1e8a Improving MLLM/VLLM support and fixing bugs
- fix #29 str(model) no longer raises exceptions like with
   HyVideoModelLoader
 - don't try to format CUDA tensors because that can sometimes raise
   exceptions
 - cudaAllocAsync has been disabled for now due to 2.6.0 bugs
 - improve florence2 support
 - add support for paligemma 2. This requires the fix for transformers
   that is currently staged in another repo, install with
   `uv pip install --no-deps "transformers@git+https://github.com/zucchini-nlp/transformers.git#branch=paligemma-fix-kwargs"`
 - triton has been updated
 - fix missing __init__.py files
2025-02-05 14:02:28 -08:00
..
__init__.py make the nodes organization more sane 2023-08-04 15:44:02 -07:00
base_nodes.py Fix pylint errors (they were real, as they usually are) 2025-01-28 17:16:15 -08:00
common.py Merge branch 'master' of github.com:comfyanonymous/ComfyUI 2024-03-29 13:36:57 -07:00
package_typing.py Improving MLLM/VLLM support and fixing bugs 2025-02-05 14:02:28 -08:00
package.py Updates to support Hunyuan Video 2024-12-25 22:39:12 -08:00
vanilla_node_importing.py Improve vanilla node importing and fix CUDA on CPU devices bug 2024-10-15 00:02:06 -07:00