Commit Graph

  • 585fb0475b Adding default alpha when splitting RGB images MoonRide303 2023-09-23 13:19:42 +02:00
  • ece69bf28c Change channel type to MASK (reduced redundancy, increased usability) MoonRide303 2023-09-23 08:34:54 +02:00
  • d06cd2805d Added support for Porter-Duff image compositing MoonRide303 2023-09-22 23:03:22 +02:00
  • 9bfec2bdbf Fix quality loss due to low precision City 2023-10-04 15:40:59 +02:00
  • 6fc7314393 support refreshing primitive combos no longer uses combo list as type name pythongosssss 2023-10-03 20:19:12 +01:00
  • 4103f7fad5 Merge branch 'fix/robust_object_info' of https://github.com/ltdrdata/ComfyUI comfyanonymous 2023-10-03 11:14:58 -04:00
  • 1f38de1fb3 If an error occurs while retrieving object_info, only the node that encountered the error should be handled as an exception, while the information for the other nodes should continue to be processed normally. Dr.Lt.Data 2023-10-03 18:30:38 +09:00
  • fe1e2dbe90 pytorch nightly is now ROCm 5.7 comfyanonymous 2023-10-03 00:01:49 -04:00
  • ec454c771b Refactor with code from comment of #1588 comfyanonymous 2023-10-02 17:26:59 -04:00
  • 2ef459b1d4 Add VPScheduler node comfyanonymous 2023-10-01 03:48:07 -04:00
  • 8ab49dc0a4 DPMPP_SDE node. comfyanonymous 2023-09-30 01:31:52 -04:00
  • 213976f8c3 Add ExponentialScheduler and PolyexponentialScheduler nodes. comfyanonymous 2023-09-29 09:05:30 -04:00
  • 0f17993d05 fix: typo in extra sampler badayvedat 2023-09-29 06:09:59 +03:00
  • 1c8ae9dbb2 Allow GrowMask node to work with batches (for AnimateDiff) (#1623) Jukka Seppänen 2023-09-29 05:01:19 +03:00
  • 66756de100 Add SamplerDPMPP_2M_SDE node. comfyanonymous 2023-09-28 21:56:23 -04:00
  • 26b7372805 Fix SplitSigmas. comfyanonymous 2023-09-28 01:11:22 -04:00
  • 71713888c4 Print missing VAE keys. comfyanonymous 2023-09-28 00:54:57 -04:00
  • 76e0f8fc8f Add function to split sigmas. comfyanonymous 2023-09-28 00:40:09 -04:00
  • 2bf051fda8 Add a basic node to generate sigmas from scheduler. comfyanonymous 2023-09-28 00:30:45 -04:00
  • d234ca558a Add missing samplers to KSamplerSelect. comfyanonymous 2023-09-28 00:17:03 -04:00
  • 1d7dfc07d5 Make add_noise in SamplerCustom a boolean. comfyanonymous 2023-09-27 22:32:42 -04:00
  • 1adcc4c3a2 Add a SamplerCustom Node. comfyanonymous 2023-09-27 22:21:18 -04:00
  • bf3fc2f1b7 Refactor sampling related code. comfyanonymous 2023-09-27 16:45:22 -04:00
  • fff491b032 Model patches can now know which batch is positive and negative. comfyanonymous 2023-09-27 12:04:07 -04:00
  • 1d6dd83184 Scheduler code refactor. comfyanonymous 2023-09-26 16:25:34 -04:00
  • 446caf711c Sampling code refactor. comfyanonymous 2023-09-26 13:45:15 -04:00
  • aeba1cc2a0 Merge branch 'chore/update-actions-versions' of https://github.com/M1kep/ComfyUI comfyanonymous 2023-09-26 02:58:55 -04:00
  • 9546a798fb Make LoadImage and LoadImageMask return masks in batch format. comfyanonymous 2023-09-26 02:56:40 -04:00
  • 1d36dfb9fe GrowMask now works with mask batches. comfyanonymous 2023-09-26 02:53:57 -04:00
  • d76d71de3f GrowMask can now be used with negative numbers to erode it. comfyanonymous 2023-09-26 02:45:31 -04:00
  • e0efa78b71 chore(CI): Update test-build to use updated version of actions Michael Poutre 2023-09-25 21:20:51 -07:00
  • d2cec6cdbf Make mask functions work with batches of masks and images. comfyanonymous 2023-09-25 16:19:13 -04:00
  • 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