ComfyUI/comfy/cmd
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 openapi definition, documented API endpoints and new ergonomic API endpoint 2023-08-04 15:44:02 -07:00
cuda_malloc.py Merge branch 'master' of github.com:comfyanonymous/ComfyUI 2024-11-18 13:12:31 -08:00
execution.py Improving MLLM/VLLM support and fixing bugs 2025-02-05 14:02:28 -08:00
extra_model_paths.py Fix tests, improve distributed worker health check, add torch compile options 2024-09-13 18:10:11 -07:00
folder_paths.py Fix issues with paths 2025-01-04 13:52:32 -08:00
folder_paths.pyi Merge branch 'master' of github.com:comfyanonymous/ComfyUI 2024-12-24 16:48:03 -08:00
latent_preview_image_encoding.py Fix pylint error 2024-10-11 13:51:13 -07:00
latent_preview.py Updates and fixes 2025-01-28 16:22:09 -08:00
main_pre.py Improving MLLM/VLLM support and fixing bugs 2025-02-05 14:02:28 -08:00
main.py Fix directory creation 2025-01-09 18:19:50 -08:00
new_updater.py Merge branch 'master' of github.com:comfyanonymous/ComfyUI 2024-12-24 16:48:03 -08:00
openapi_gen.py Improved API support 2024-02-07 14:20:21 -08:00
server.py Fix mask uploads 2025-01-28 16:34:59 -08:00
worker.py --base-paths argument adds additional paths to search for models/checkpoints, models/loras, etc. directories, including directories specified in this pattern by custom nodes 2024-10-29 14:27:14 -07:00