Commit Graph

  • 046b4fe0ee Support batches of masks in mask composite nodes. comfyanonymous 2023-09-25 16:02:21 -04:00
  • ba7dfd60f2 Merge branch 'proportional-scale' of https://github.com/jn-jairo/ComfyUI comfyanonymous 2023-09-25 12:39:53 -04:00
  • 2381d36e6d 1024 wasn't enough. comfyanonymous 2023-09-25 01:46:44 -04:00
  • 42f6d1ebe2 Increase maximum batch sizes of empty image nodes. comfyanonymous 2023-09-25 01:21:28 -04:00
  • f00471cdc8 Do FreeU fft on CPU if the device doesn't support fft functions. comfyanonymous 2023-09-24 18:09:44 -04:00
  • 77c124c5a1 Fix typo. comfyanonymous 2023-09-24 13:27:57 -04:00
  • 593b7069e7 Proportional scale latent and image Jairo Correa 2023-09-24 12:08:54 -03:00
  • 76cdc809bf Support more controlnet models. comfyanonymous 2023-09-23 18:47:46 -04:00
  • 05e661e5ef FreeU now works with the refiner. comfyanonymous 2023-09-23 12:19:08 -04:00
  • ae87543653 Merge branch 'cast_intel' of https://github.com/simonlui/ComfyUI comfyanonymous 2023-09-23 00:57:17 -04:00
  • fd93c759e2 Implement FreeU: Free Lunch in Diffusion U-Net node. comfyanonymous 2023-09-23 00:56:09 -04:00
  • eec449ca8e Allow Intel GPUs to LoRA cast on GPU since it supports BF16 natively. Simon Lui 2023-09-22 21:11:27 -07:00
  • afa2399f79 Add a way to set output block patches to modify the h and hsp. comfyanonymous 2023-09-22 20:26:47 -04:00
  • 29ccf9f471 Fix typo. comfyanonymous 2023-09-22 01:33:46 -04:00
  • 422d16c027 Add some nodes to add, subtract and multiply latents. comfyanonymous 2023-09-21 22:23:01 -04:00
  • 492db2de8d Allow having a different pooled output for each image in a batch. comfyanonymous 2023-09-21 01:14:42 -04:00
  • 0793eb9269 Only clear clipboard when copying nodes. comfyanonymous 2023-09-20 23:16:01 -04:00
  • 4d41bd595c Fix loading group titles. comfyanonymous 2023-09-20 21:46:41 -04:00
  • 1122df1a20 Increase range of lora strengths. comfyanonymous 2023-09-20 17:58:54 -04:00
  • 1cdfb3dba4 Only do the cast on the device if the device supports it. comfyanonymous 2023-09-20 17:52:41 -04:00
  • b92a86d737 Update litegraph to upstream. comfyanonymous 2023-09-20 13:24:08 -04:00
  • f895260e5e Merge branch 'escape-glob' of https://github.com/seanlynch/ComfyUI comfyanonymous 2023-09-19 13:13:40 -04:00
  • 7c9a92f552 Don't depend on torchvision. comfyanonymous 2023-09-19 13:12:47 -04:00
  • 8321592408 Escape paths when passing them to globs Sean Lynch 2023-09-19 08:18:29 -04:00
  • 2b6b178173 Added support for lanczos scaling MoonRide303 2023-09-19 10:40:38 +02:00
  • 6d3dee9d16 Clean up #1541. comfyanonymous 2023-09-18 23:33:19 -04:00
  • f32463936d Unhardcode sampler and scheduler list in test. comfyanonymous 2023-09-18 23:23:25 -04:00
  • 7c93afd2cd Manual float precision, toggle for old behavior (#1541) City 2023-09-19 05:20:00 +02:00
  • 26cd8405dd Ci quality workflows (#1423) enzymezoo-code 2023-09-18 22:18:06 -05:00
  • b92bf8196e Do lora cast on GPU instead of CPU for higher performance. comfyanonymous 2023-09-18 23:04:49 -04:00
  • 0109431626 Lower the minimum resolution of EmptyLatentImage. comfyanonymous 2023-09-18 16:20:03 -04:00
  • db63aa7e53 Nodes can now control the rounding in the UI. comfyanonymous 2023-09-17 12:49:06 -04:00
  • 321c5fa295 Enable pytorch attention by default on xpu. comfyanonymous 2023-09-17 04:09:19 -04:00
  • 0665749b1a Move ModelSubtract and ModelAdd to advanced/model_merging comfyanonymous 2023-09-17 02:10:06 -04:00
  • d6d9b83447 Merge branch 'fix/preview_ratio' of https://github.com/ltdrdata/ComfyUI comfyanonymous 2023-09-16 15:43:42 -04:00
  • 61b1f67734 Support models without previews. comfyanonymous 2023-09-16 12:59:54 -04:00
  • 4d5e057bb2 fix indent Dr.Lt.Data 2023-09-16 20:37:27 +09:00
  • 69680fede7 fix: thumbnail ratio fix for mixed ratio images Dr.Lt.Data 2023-09-16 20:36:00 +09:00
  • 43d4935a1d Add cond_or_uncond array to transformer_options so hooks can check what is cond and what is uncond. comfyanonymous 2023-09-15 22:21:14 -04:00
  • 415abb275f Add DDPM sampler. comfyanonymous 2023-09-15 19:22:47 -04:00
  • 099226015e Merge branch 'Fix-structuredClone-error-with-early-chrome-version-browser' of https://github.com/KarryCharon/ComfyUI comfyanonymous 2023-09-15 15:48:22 -04:00
  • 94e4fe39d8 This isn't used anywhere. comfyanonymous 2023-09-15 12:03:03 -04:00
  • 076f3e6310 fix structuredClone undefined error; karrycharon 2023-09-15 16:37:58 +08:00
  • 44361f6344 Support for text encoder models that need attention_mask. comfyanonymous 2023-09-15 01:56:07 -04:00
  • 0d8f376446 Set last layer on SD2.x models uses the proper indexes now. comfyanonymous 2023-09-14 18:12:36 -04:00
  • 0966d3ce82 Don't run text encoders on xpu because there are issues. comfyanonymous 2023-09-14 12:16:07 -04:00
  • 0e4395a8a3 Allow pasting nodes with connections in firefox pythongosssss 2023-09-13 18:42:44 +01:00
  • 3039b08eb1 Only parse command line args when main.py is called. comfyanonymous 2023-09-13 11:38:20 -04:00
  • 30de95e4b4 Add some nodes to subtract and add model weights. comfyanonymous 2023-09-13 01:10:31 -04:00
  • 0b829fe35b .gitignore refactor. comfyanonymous 2023-09-12 18:44:05 -04:00
  • ed58730658 Don't leave very large hidden states in the clip vision output. comfyanonymous 2023-09-12 15:09:10 -04:00
  • fb3b728203 Fix issue where autocast fp32 CLIP gave different results from regular. comfyanonymous 2023-09-11 21:49:56 -04:00
  • 7d401ed1d0 Add ldm format support to UNETLoader. comfyanonymous 2023-09-11 16:36:50 -04:00
  • 9562a6b49e Fix a few clipboard issues. comfyanonymous 2023-09-10 11:19:31 -04:00
  • d4b2bc0964 Merge branch 'master' of https://github.com/miabrahams/ComfyUI comfyanonymous 2023-09-10 10:15:02 -04:00
  • 122fd5d37f Merge branch 'add-defaultInput' of https://github.com/chrisgoringe/ComfyUI comfyanonymous 2023-09-10 03:18:05 -04:00
  • 7df822212f Allow checkpoints with .pt and .bin extensions. comfyanonymous 2023-09-10 02:36:04 -04:00
  • 07691e80c3 Does it make sense to allow configuring the round and precision? comfyanonymous 2023-09-09 03:15:31 -04:00
  • 5c8b7ea03c Merge branch 'round-float-widgets' of https://github.com/chrisgoringe/ComfyUI comfyanonymous 2023-09-09 03:07:57 -04:00
  • 7372255e49 Specify the precision and rounding based on step Chris 2023-09-09 15:21:38 +10:00
  • cc2fa311dd fix(server): Disable access logs Michael Poutre 2023-09-08 21:11:53 -07:00
  • e85be36bd2 Add a penultimate_hidden_states to the clip vision output. comfyanonymous 2023-09-08 14:06:58 -04:00
  • 10de64af7f Google doesn't want people to use ComfyUI on colab anymore. comfyanonymous 2023-09-08 14:02:03 -04:00
  • 264867bf87 Clear clipboard on copy Michael Abrahams 2023-09-08 11:17:45 -04:00
  • 1e6b67101c Support diffusers format t2i adapters. comfyanonymous 2023-09-08 11:36:51 -04:00
  • 3ebe6b539a round float widgets (by default to 0.001) Chris 2023-09-08 20:37:55 +10:00
  • ff962098fd Fixed Load Image preview not displaying some files (issue #1158) MoonRide303 2023-09-08 08:43:17 +02:00
  • 0782ac2a96 defaultInput Chris 2023-09-08 14:53:29 +10:00
  • 326577d04c Allow cancelling of everything with a progress bar. comfyanonymous 2023-09-07 23:37:03 -04:00
  • 9261587d89 Small refactor. comfyanonymous 2023-09-07 18:14:30 -04:00
  • d6d1a8998f Properly check upload filename for directory transversal. comfyanonymous 2023-09-07 18:06:22 -04:00
  • e464fa8f04 Merge branch 'fix-validate' of https://github.com/pythongosssss/ComfyUI comfyanonymous 2023-09-07 15:15:52 -04:00
  • 62799c8585 fix crash on node with VALIDATE_INPUTS and actual inputs pythongosssss 2023-09-07 18:42:21 +01:00
  • f65db2981b Merge branch 'description' of https://github.com/chrisgoringe/ComfyUI comfyanonymous 2023-09-07 12:50:46 -04:00
  • 8be46438be Support DiffBIR SwinIR models. comfyanonymous 2023-09-07 03:31:43 -04:00
  • 694c705f52 get class description Chris 2023-09-07 12:20:37 +10:00
  • adb9eb94b0 Send class description if any Chris 2023-09-07 12:10:52 +10:00
  • cb080e771e Lower refresh timeout for search in litegraph. comfyanonymous 2023-09-06 16:18:02 -04:00
  • f88f7f413a Add a ConditioningSetAreaPercentage node. comfyanonymous 2023-09-06 03:26:55 -04:00
  • 21a563d385 Remove prints. comfyanonymous 2023-09-05 23:46:37 -04:00
  • eb2349822b Merge branch 'folder_paths_ignore_git' of https://github.com/M1kep/ComfyUI comfyanonymous 2023-09-05 23:37:22 -04:00
  • bc1f6e2185 fix(ui/widgets): Only set widget forceInput option if a widget is added Michael Poutre 2023-09-05 15:06:46 -07:00
  • f368e5ac7d Don't paste nodes when target is a textarea or a text box. comfyanonymous 2023-09-05 01:22:03 -04:00
  • 3e00fa4332 feat: Exclude .git when retrieving filename lists Michael Poutre 2023-08-23 16:50:41 -07:00
  • d196847079 feat: Add support for excluded_dirs to folder_paths.recursive_search Michael Poutre 2023-08-23 16:37:31 -07:00
  • 2d9d3ca38b Merge branch 'master' of https://github.com/miabrahams/ComfyUI comfyanonymous 2023-09-04 14:51:19 -04:00
  • 1938f5c5fe Add a force argument to soft_empty_cache to force a cache empty. comfyanonymous 2023-09-04 00:58:18 -04:00
  • 7746bdf7b0 Merge branch 'generalize_fixes' of https://github.com/simonlui/ComfyUI comfyanonymous 2023-09-04 00:43:11 -04:00
  • 2419901e6c Merge branch 'addOnExecutionStart' of https://github.com/chrisgoringe/ComfyUI comfyanonymous 2023-09-03 16:59:41 -04:00
  • 6f70227b8c Add support for pasting images into the graph Michael Abrahams 2023-09-03 11:51:50 -04:00
  • 2da73b7073 Revert changes in comfy/ldm/modules/diffusionmodules/util.py, which is unused. Simon Lui 2023-09-02 20:07:52 -07:00
  • a74c5dbf37 Move some functions to utils.py comfyanonymous 2023-09-02 22:33:37 -04:00
  • 766c7b3815 Update upscale model code to latest Chainner model code. comfyanonymous 2023-09-02 22:25:12 -04:00
  • 4a0c4ce4ef Some fixes to generalize CUDA specific functionality to Intel or other GPUs. Simon Lui 2023-09-02 18:22:10 -07:00
  • dfd6489c96 onExecutionStart Chris 2023-09-03 07:53:02 +10:00
  • 62efc78a4b Display history in reverse order to make it easier to load last gen. comfyanonymous 2023-09-02 15:36:45 -04:00
  • 6962cb46a9 Fix issue when node_input is undefined. comfyanonymous 2023-09-02 12:17:30 -04:00
  • 7291e303f6 Fix issue with some workflows not getting serialized. comfyanonymous 2023-09-02 11:48:44 -04:00
  • 77a176f9e0 Use common function to reshape batch to. comfyanonymous 2023-09-02 03:42:49 -04:00
  • 36ea8784a8 Only return tuple of 3 args in CheckpointLoaderSimple. comfyanonymous 2023-09-02 03:34:57 -04:00