Commit Graph
51 Commits
Author SHA1 Message Date
doctorpangloss 0ee2f3bf15 Move advanced samplers into a place where it will be found 2024-05-13 19:36:27 -07:00
doctorpangloss 355f2aef3a Fix parameters and user agent for ImageRequestParameter. 2024-05-13 17:59:02 -07:00
doctorpangloss d11aed87ba OpenAPI ImageRequestParameter node uses a Chrome user-agent to facilitate external URLs better 2024-05-13 15:03:34 -07:00
doctorpangloss 881258acb6 Progress bar hooks, via the server, are now set via a context. This will be used in other places too. 2024-05-09 13:24:06 -07:00
doctorpangloss 464c132c50 Add basic ImageRequestParameter node 2024-05-08 16:37:26 -07:00
doctorpangloss 3a64e04a93 Merge branch 'master' of github.com:comfyanonymous/ComfyUI 2024-05-07 13:57:53 -07:00
doctorpangloss 330ecb10b2 Merge with upstream. Remove TLS flags, because a third party proxy will do this better 2024-05-02 21:57:20 -07:00
doctorpangloss 0862863bc0 Merge branch 'master' of github.com:comfyanonymous/ComfyUI 2024-04-29 13:37:03 -07:00
doctorpangloss f965fb2bc0 Merge upstream 2024-04-24 22:41:43 -07:00
doctorpangloss 034ffcea03 Merge branch 'master' of github.com:comfyanonymous/ComfyUI 2024-04-08 10:02:37 -07:00
doctorpangloss 3e002b9f72 Fix string joining node, improve model downloading 2024-04-04 23:40:29 -07:00
doctorpangloss 8f548d4d19 Merge branch 'master' of github.com:comfyanonymous/ComfyUI 2024-03-29 13:36:57 -07:00
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
doctorpangloss d8846fcb39 Improved testing of API nodes
- dynamicPrompts now set to False by default; CLIPTextEncoder and
   related nodes now have it set to True.
 - Fixed return values of API nodes.
2024-03-22 22:04:35 -07:00
doctorpangloss 4cd8f9d2ed Merge with upstream 2024-03-22 14:35:17 -07:00
doctorpangloss feae8c679b Add nodes to support OpenAPI and similar backend workflows 2024-03-22 14:22:50 -07:00
doctorpangloss 005e370254 Merge upstream 2024-03-21 13:15:36 -07:00
doctorpangloss 93cdef65a4 Merge upstream 2024-03-12 09:49:47 -07:00
doctorpangloss 00728eb20f Merge upstream 2024-03-11 09:32:57 -07:00
Benjamin Berman 3c57ef831c Download known models from HuggingFace 2024-03-11 00:15:06 -07:00
doctorpangloss 54b94e4c87 Move nodes into comfy_extras/nodes where they will be scanned and found 2024-03-08 15:17:56 -08:00
doctorpangloss c0d9bc0129 Merge with upstream 2024-03-08 15:17:20 -08:00
doctorpangloss 272e3ee357 (broken) Merge branch 'master' of github.com:comfyanonymous/ComfyUI 2024-02-27 16:58:34 -08:00
doctorpangloss bd5073caf2 Merge branch 'master' of github.com:comfyanonymous/ComfyUI 2024-02-26 08:51:07 -08:00
doctorpangloss bf6d91fec0 Merge upstream 2024-02-21 13:33:05 -08:00
doctorpangloss fe4eaf0bd1 Move the node into the package that gets scanned 2024-02-19 15:00:41 -08:00
doctorpangloss 7520691021 Merge with master 2024-02-19 10:55:22 -08:00
doctorpangloss b4eda2d5a4 Merge branch 'master' of github.com:comfyanonymous/ComfyUI 2024-02-12 14:24:20 -08:00
doctorpangloss 8e9052c843 Merge with upstream 2024-02-07 14:27:50 -08:00
doctorpangloss 1b2ea61345 Improved API support
- Run comfyui workflows directly inside other python applications using
   EmbeddedComfyClient.
 - Optional telemetry in prompts and models using anonymity preserving
   Plausible self-hosted or hosted.
 - Better OpenAPI schema
 - Basic support for distributed ComfyUI backends. Limitations: no
   progress reporting, no easy way to start your own distributed
   backend, requires RabbitMQ as a message broker.
2024-02-07 14:20:21 -08:00
doctorpangloss 82edb2ff0e Merge with latest upstream. 2024-01-29 15:06:31 -08:00
doctorpangloss 345825dfb5 Fix issues with missing __init__ in upscaler, move web/ directory to comfy/web so that the need for symbolic link support on windows is eliminated 2024-01-03 16:35:00 -08:00
doctorpangloss 369aeb598f Merge upstream, fix 3.12 compatibility, fix nightlies issue, fix broken node 2024-01-03 16:00:36 -08:00
doctorpangloss bf42e687fd Fix more nodes 2024-01-03 14:29:16 -08:00
doctorpangloss 3fd5de9784 fix nodes 2023-12-06 17:30:33 -08:00
Benjamin Berman 01312a55a4 merge upstream 2023-12-03 20:41:13 -08:00
doctorpangloss 04d0ecd0d4 merge upstream 2023-10-17 17:49:31 -07:00
Benjamin Berman d21655b5a2 merge upstream 2023-10-17 14:47:59 -07:00
doctorpangloss e8b60dfc6e merge upstream 2023-10-06 15:02:31 -07:00
Benjamin Berman b98e1c0f01 move this back since the issue is resolved 2023-08-22 18:00:18 -07:00
Benjamin Berman 2ed2f86117 comfy_extras should not be its own toplevel package 2023-08-22 12:15:57 -07:00
Benjamin Berman d25d5e75f0 wip make package structure coherent 2023-08-22 11:35:20 -07:00
Benjamin Berman 8a3331609e finish custom nodes tests 2023-08-21 12:15:25 -07:00
Benjamin Berman 30ed9fc143 merge with upstream 2023-08-21 12:00:59 -07:00
Benjamin Berman cff13ace64 node tweaks 2023-08-21 11:44:51 -07:00
Benjamin Berman cd53b3404c wip deep_floyd nodes 2023-08-15 18:50:52 -07:00
Benjamin Berman 8ecb5c11e9 deepfloyd 2023-08-15 18:18:10 -07:00
Benjamin Berman 625134b6a1 merge with upstream 2023-08-15 17:13:55 -07:00
Benjamin Berman 3d3c5ae344 wip 2023-08-04 15:44:02 -07:00
Benjamin Berman 81c9a7c561 check-in nodes 2023-08-04 15:44:02 -07:00