ComfyUI/comfy/component_model
doctorpangloss 2bc95c1711 Test improvements and fixes
- move workflows to distinct json files
 - add the comfy-org workflows for testing
 - fix issues where workflows from windows users would not be compatible
   with backends running on linux or macos in light of separator
   differences. Because this codebase uses get_or_download wherever
   checkpoints, models, etc. are used, this is the only place where the
   comparison is gracefully handled for downloading. Validation code
   will correctly convert backslashes to forward slashes, assuming that
   100% of the places they are used and when comparing with a list, they
   are intended to be paths and not strict symbols
2024-08-05 15:55:46 -07:00
..
__init__.py Improved API support 2024-02-07 14:20:21 -08:00
abstract_prompt_queue.py Improve API return values and tracing reports 2024-05-08 15:52:17 -07:00
deprecation.py Improve model downloading from Hugging Face Hub 2024-07-09 12:57:33 -07:00
executor_types.py Improve messaging 2024-07-30 17:10:06 -07:00
file_output_path.py Merge with upstream and fix tests 2024-06-10 10:01:08 -07:00
files.py Test improvements and fixes 2024-08-05 15:55:46 -07:00
images_types.py Improved support for ControlNet workflows with depth 2024-03-26 22:32:15 -07:00
make_mutable.py Improved support for distributed queues 2024-02-08 14:55:07 -08:00
plugins.py Fix AuraFlow 2024-07-15 15:29:49 -07:00
queue_types.py Improve API return values and tracing reports 2024-05-08 15:52:17 -07:00
tensor_types.py Improve performance and memory management of upscale models, improve messaging on models loaded and unloaded from the GPU 2024-07-30 17:05:53 -07:00