Commit Graph

  • 9f71e4b62d Let model patches patch sub objects. comfyanonymous 2024-03-02 11:43:27 -0500
  • 00425563c0 Cleanup: Use sampling noise scaling function for inpainting. comfyanonymous 2024-03-01 14:24:41 -0500
  • c62e836167 Move noise scaling to object with sampling math. comfyanonymous 2024-03-01 12:54:38 -0500
  • cb7c3a2921 Allow image_only_indicator to be None. comfyanonymous 2024-02-29 13:09:43 -0500
  • b3e97fc714 Koala 700M and 1B support. comfyanonymous 2024-02-28 11:55:06 -0500
  • 37a86e4618 Remove duplicate text_projection key from some saved models. comfyanonymous 2024-02-28 03:57:41 -0500
  • 8daedc5bf2 Auto detect playground v2.5 model. comfyanonymous 2024-02-27 18:03:03 -0500
  • d46583ecec Playground V2.5 support with ModelSamplingContinuousEDM node. comfyanonymous 2024-02-27 15:12:33 -0500
  • 1e0fcc9a65 Make XL checkpoints save in a more standard format. comfyanonymous 2024-02-27 02:07:40 -0500
  • b416be7d78 Make the text projection saved in the checkpoint the right format. comfyanonymous 2024-02-27 01:52:23 -0500
  • 03c47fc0f2 Add a min_length property to tokenizer class. comfyanonymous 2024-02-26 21:36:37 -0500
  • e61755ead0 Update the old updater if present when running on the windows standalone. comfyanonymous 2024-02-26 13:32:14 -0500
  • 36f7face37 Update the standalone package updater so it can self update. comfyanonymous 2024-02-26 08:33:01 -0500
  • 8ac69f62e5 Make return_projected_pooled setable from the __init__ comfyanonymous 2024-02-25 14:49:13 -0500
  • ca7c310a0e Support loading old CLIP models saved with CLIPSave. comfyanonymous 2024-02-25 08:29:12 -0500
  • 8d7910cee9
    disable follow_symlinks in static serving for security reason (#2902) 僵尸浩 2024-02-25 20:43:26 +0800
  • 4a7e751ce6 Add example for how to use WEB_DIRECTORY to add frontend extensions. comfyanonymous 2024-02-25 07:34:22 -0500
  • c2cb8e889b Always return unprojected pooled output for gligen. comfyanonymous 2024-02-25 07:20:31 -0500
  • 1cb3f6a83b Move text projection into the CLIP model code. comfyanonymous 2024-02-25 01:41:08 -0500
  • 6533b172c1 Support text encoder text_projection in lora. comfyanonymous 2024-02-24 23:50:46 -0500
  • 1e5f0f66be Support lora keys with lora_prior_unet_ and lora_prior_te_ comfyanonymous 2024-02-23 12:21:20 -0500
  • e1cb93c383 Fix model and cond transformer options merge logtd 2024-02-23 01:19:43 -0700
  • 10847dfafe Cleanup uni_pc inpainting. comfyanonymous 2024-02-23 02:39:35 -0500
  • 877a8f7a3c Merge branch 'patch-1' of https://github.com/feffy380/ComfyUI comfyanonymous 2024-02-22 16:23:50 -0500
  • f81dbe26e2
    FIX recursive_will_execute performance (simple ~300x performance increase} (#2852) Rick Love 2024-02-21 19:21:24 -0600
  • 7faa4507ec ModelSamplingDiscrete: x0 model support that predict a denoised image. comfyanonymous 2024-02-21 08:05:43 -0500
  • 820807c8ed
    Fix Perp-Neg math feffy380 2024-02-21 10:33:03 +0100
  • 18c151b3e3 Add some latent2rgb matrices for previews. comfyanonymous 2024-02-20 10:57:24 -0500
  • 0d0fbabd1d Pass pooled CLIP to stage b. comfyanonymous 2024-02-20 04:23:25 -0500
  • c6b7a157ed Align simple scheduling closer to official stable cascade scheduler. comfyanonymous 2024-02-20 04:05:39 -0500
  • ec4d89cee9 Add to Readme that stable cascade is supported. comfyanonymous 2024-02-19 13:41:55 -0500
  • a311524969 Node to make stable cascade image to image easier. comfyanonymous 2024-02-19 13:36:20 -0500
  • 88f300401c Enable fp16 by default on mps. comfyanonymous 2024-02-19 12:00:48 -0500
  • e93cdd0ad0 Remove print. comfyanonymous 2024-02-19 11:47:26 -0500
  • 3711b31dff Support Stable Cascade in checkpoint format. comfyanonymous 2024-02-19 11:20:48 -0500
  • d91f45ef28 Some cleanups to how the text encoders are loaded. comfyanonymous 2024-02-19 10:29:18 -0500
  • dbe0979b3f Larger range for min/max compression for StableCascade_EmptyLatentImage. comfyanonymous 2024-02-19 08:59:34 -0500
  • a7b5eaa7e3 Forgot to commit this. comfyanonymous 2024-02-19 04:25:46 -0500
  • 3b2e579926 Support loading the Stable Cascade effnet and previewer as a VAE. comfyanonymous 2024-02-19 04:06:49 -0500
  • 2e4628ac8d Merge branch 'iTXt-png-metadata-support' of https://github.com/shiimizu/ComfyUI comfyanonymous 2024-02-18 23:44:58 -0500
  • 5171414143 Support additional PNG info. shiimizu 2024-02-17 22:03:34 -0800
  • dccca1daa5 Fix gligen lowvram mode. comfyanonymous 2024-02-18 02:20:23 -0500
  • 8b60d33bb7 Add ModelSamplingStableCascade to control the shift sampling parameter. comfyanonymous 2024-02-18 00:55:23 -0500
  • 6bcf57ff10 Fix attention masks properly for multiple batches. comfyanonymous 2024-02-17 16:15:18 -0500
  • 11e3221f1f fp8 weight support for Stable Cascade. comfyanonymous 2024-02-17 15:27:31 -0500
  • f8706546f3 Fix attention mask batch size in some attention functions. comfyanonymous 2024-02-17 15:22:21 -0500
  • 3b9969c1c5 Properly fix attention masks in CLIP with batches. comfyanonymous 2024-02-17 12:13:13 -0500
  • 5b40e7a5ed Implement shift schedule for cascade stage C. comfyanonymous 2024-02-17 11:38:47 -0500
  • 929e266f3e Manual cast for bf16 on older GPUs. comfyanonymous 2024-02-17 08:13:17 -0500
  • 6c875d846b Fix clip attention mask issues on some hardware. comfyanonymous 2024-02-17 07:46:17 -0500
  • 805c36ac9c Make Stable Cascade work on old pytorch 2.0 comfyanonymous 2024-02-17 00:42:22 -0500
  • f2d1d16f4f Support Stable Cascade Stage B lite. comfyanonymous 2024-02-16 23:41:23 -0500
  • 0b3c50480c Make --force-fp32 disable loading models in bf16. comfyanonymous 2024-02-16 23:01:54 -0500
  • 97d03ae04a StableCascade CLIP model support. comfyanonymous 2024-02-16 13:29:04 -0500
  • 667c92814e Stable Cascade Stage B. comfyanonymous 2024-02-16 12:56:11 -0500
  • f83109f09b Stable Cascade Stage C. comfyanonymous 2024-02-16 10:55:08 -0500
  • 5e06baf112 Stable Cascade Stage A. comfyanonymous 2024-02-16 06:30:39 -0500
  • c2c885261a Merge branch 'batch-number-in-filename' of https://github.com/freakabcd/ComfyUI comfyanonymous 2024-02-16 05:45:48 -0500
  • aeaeca10bd Small refactor of is_device_* functions. comfyanonymous 2024-02-15 21:10:10 -0500
  • 7f89cb48bf Add a disabled SaveImageWebsocket custom node. comfyanonymous 2024-02-14 02:59:53 -0500
  • 38b7ac6e26 Don't init the CLIP model when the checkpoint has no CLIP weights. comfyanonymous 2024-02-13 00:01:08 -0500
  • 0c9bc19768 Add ImageFromBatch. comfyanonymous 2024-02-12 12:46:15 -0500
  • cf4910a3a4
    Prevent hideWidget being called twice for same widget chrisgoringe 2024-02-12 08:59:25 +1100
  • 02409c30d9
    Safari: Draws certain elements on CPU. In case of search popup, can cause 10 seconds+ main thread lock due to painting. (#2763) Steven Lu 2024-02-12 01:44:53 +0700
  • 7dd352cbd7 Merge branch 'feature_expose_discard_penultimate_sigma' of https://github.com/blepping/ComfyUI comfyanonymous 2024-02-11 12:23:30 -0500
  • 20e3da6b31 Add a node to give the controlnet a prompt different from the unet. comfyanonymous 2024-02-10 08:27:05 -0500
  • f44225fd5f Fix infinite while loop being possible in ddim_scheduler Jedrzej Kosinski 2024-02-09 17:11:34 -0600
  • 25a4805e51 Add a way to set different conditioning for the controlnet. comfyanonymous 2024-02-09 14:13:31 -0500
  • 2ccc0be28f Add batch number to filename with %batch_num% Imran Azeez 2024-02-08 22:01:56 +1000
  • a352c021ec Allow custom samplers to request discard penultimate sigma blepping 2024-02-08 02:24:23 -0700
  • fd73b5ee3a Merge branch 'improved-mobile-support' of https://github.com/pythongosssss/ComfyUI comfyanonymous 2024-02-08 01:06:33 -0500
  • c661a8b118 Don't use numpy for calculating sigmas. comfyanonymous 2024-02-07 18:52:51 -0500
  • 7daad468ec Sync litegraph to repo. comfyanonymous 2024-02-06 12:43:06 -0500
  • d2e7f1b04b Support linking converted inputs from api json pythongosssss 2024-02-06 16:55:55 +0000
  • 236bda2683 Make minimum tile size the size of the overlap. comfyanonymous 2024-02-05 01:29:26 -0500
  • 74b7233f57 Document IS_CHANGED in the example custom node. comfyanonymous 2024-02-04 23:15:49 -0500
  • 66e28ef45c Don't use is_bf16_supported to check for fp16 support. comfyanonymous 2024-02-04 20:53:35 -0500
  • 24129d78e6 Speed up SDXL on 16xx series with fp16 weights and manual cast. comfyanonymous 2024-02-04 13:23:43 -0500
  • 98b80ad1f5 Merge branch 'feature/maskeditor_brush_modes' of https://github.com/UltimaBeaR/ComfyUI comfyanonymous 2024-02-03 15:06:10 -0500
  • 5f3dbede58 Mask editor: semitransparent brush, brush color modes ultimabear 2024-02-03 10:29:44 +0300
  • 4b0239066d Always use fp16 for the text encoders. comfyanonymous 2024-02-02 10:02:49 -0500
  • d0e2354c28 Merge branch 'LatentSeed_update' of https://github.com/FizzleDorf/ComfyUI comfyanonymous 2024-02-02 04:38:18 -0500
  • f2bae7463e
    changed default of LatentBatchSeedBehavior to fixed FizzleDorf 2024-02-02 18:31:35 +0900
  • 951a2064a3 Fix frontend webp prompt handling Chaoses-Ib 2024-02-02 13:27:03 +0800
  • 4c54c2ec0f Merge branch 'increment-wrap' of https://github.com/pksebben/ComfyUI comfyanonymous 2024-02-01 17:01:21 -0500
  • 53a22e1ab9 add increment-wrap as option to ValueControlWidget when isCombo, which loops back to 0 when at end of list pksebben 2024-01-31 16:14:50 -0800
  • 6ab4205422 feat: better pen support for mask editor - alt-drag: erase - shift-drag(up/down): zoom in/out Lt.Dr.Data 2024-01-31 18:28:36 +0900
  • c5a369a33d Update readme for new pytorch 2.2 release. comfyanonymous 2024-01-31 02:27:12 -0500
  • 6565c9ad4d Litegraph node search improvements. comfyanonymous 2024-01-31 02:26:27 -0500
  • eeca72488b Merge branch 'group-manage-fixes' of https://github.com/pythongosssss/ComfyUI comfyanonymous 2024-01-31 00:25:03 -0500
  • 4ce587bcd3 Merge branch 'fix/mask-editor-inpaint' of https://github.com/Meowu/ComfyUI comfyanonymous 2024-01-30 23:15:31 -0500
  • af6165ab69 Fix scrolling with lots of nodes pythongosssss 2024-01-30 18:00:01 +0000
  • 29558fb3ac Fix crash when no widgets on customized group node pythongosssss 2024-01-30 17:59:47 +0000
  • da7a8df0d2 Put VAE key name in model config. comfyanonymous 2024-01-30 02:24:38 -0500
  • 364ef19354
    fix: inpaint on mask editor bottom area Meowu 2024-01-30 14:23:01 +0800
  • ed2fa105ae Make auto saved workflow stored per tab pythongosssss 2024-01-29 18:43:59 +0000
  • 9321198da6 Add node to set only the conditioning area strength. comfyanonymous 2024-01-29 00:24:53 -0500
  • 079dbf9198 Remove useless code. comfyanonymous 2024-01-28 19:36:32 -0500
  • 7f4725f6b3 Fix some issues with --gpu-only comfyanonymous 2024-01-27 02:51:27 -0500
  • fc196aac80 Add a LatentBatchSeedBehavior node. comfyanonymous 2024-01-26 23:13:02 -0500