ComfyUI/comfy/component_model
doctorpangloss b0be335d59 Improved support for ControlNet workflows with depth
- ComfyUI can now load EXR files.
 - There are new arithmetic nodes for floats and integers.
 - EXR nodes can load depth maps and be remapped with
   ImageApplyColormap. This allows end users to use ground truth depth
   data from video game engines or 3D graphics tools and recolor it to
   the format expected by depth ControlNets: grayscale inverse depth
   maps and "inferno" colored inverse depth maps.
 - Fixed license notes.
 - Added an additional known ControlNet model.
 - Because CV2 is now used to read OpenEXR files, an environment
   variable must be set early on in the application, before CV2 is
   imported. This file, main_pre, is now imported early on in more
   places.
2024-03-26 22:32:15 -07:00
..
__init__.py Improved API support 2024-02-07 14:20:21 -08:00
abstract_prompt_queue.py Better compatibility with pre-existing prompt_worker method 2024-02-08 18:07:37 -08:00
executor_types.py Improve distributed testing 2024-03-20 20:43:21 -07:00
file_output_path.py Improve typing and file path handling 2024-02-29 19:29:38 -08: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
queue_types.py Improved support for distributed queues 2024-02-08 14:55:07 -08:00