ComfyUI/comfy/cmd
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 openapi definition, documented API endpoints and new ergonomic API endpoint 2023-08-04 15:44:02 -07:00
cuda_malloc.py Merge with upstream 2024-03-08 15:17:20 -08:00
execution.py Improved testing of API nodes 2024-03-22 22:04:35 -07:00
extra_model_paths.py Merge upstream 2024-03-12 09:49:47 -07:00
folder_paths.py Improvements to node loading, node API, folder paths and progress 2024-03-13 16:14:18 -07:00
latent_preview.py Merge upstream 2024-03-12 09:49:47 -07:00
main_pre.py Improved support for ControlNet workflows with depth 2024-03-26 22:32:15 -07:00
main.py Improved support for ControlNet workflows with depth 2024-03-26 22:32:15 -07:00
new_updater.py (Fixed) Move new_updated 2024-02-27 17:01:16 -08:00
openapi_gen.py Improved API support 2024-02-07 14:20:21 -08:00
server.py Improved support for ControlNet workflows with depth 2024-03-26 22:32:15 -07:00
worker.py Improved support for ControlNet workflows with depth 2024-03-26 22:32:15 -07:00