ComfyUI/tests
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
..
asyncio Fix aiohttp bugs 2024-09-30 13:12:53 -07:00
distributed Tweaks to distributed queueing 2024-11-14 15:08:59 -08:00
downloader Add image tracing to SVG support using vtrace, python skia. The Skia library can be used for additional drawing tasks 2024-08-28 14:49:19 -07:00
inference Updates and fixes 2025-01-28 16:22:09 -08:00
issues Improving MLLM/VLLM support and fixing bugs 2025-02-05 14:02:28 -08:00
library Improve automated test coverage 2024-07-05 11:11:21 -07:00
quantization Improvements to execution 2024-10-10 19:30:18 -07:00
unit Merge branch 'master' of github.com:comfyanonymous/ComfyUI 2025-01-28 13:45:51 -08:00
__init__.py Ci quality workflows (#1423) 2023-09-18 23:18:06 -04:00
absolute_import_checker.py Fix pylint issue with hydit, fix absolute versus relative imports 2024-08-16 13:06:33 -07:00
conftest.py Add ruff rule for empty line with trailing whitespace. 2024-12-28 05:23:08 -05:00