ComfyUI/comfy/nodes
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 make the nodes organization more sane 2023-08-04 15:44:02 -07:00
base_nodes.py Improved support for ControlNet workflows with depth 2024-03-26 22:32:15 -07:00
common.py make the nodes organization more sane 2023-08-04 15:44:02 -07:00
package_typing.py Improved support for ControlNet workflows with depth 2024-03-26 22:32:15 -07:00
package.py Add nodes to support OpenAPI and similar backend workflows 2024-03-22 14:22:50 -07:00
vanilla_node_importing.py Improve vanilla node importing 2024-03-08 16:29:48 -08:00