Commit Graph

  • 072e3bd2b5
    Fixed an issue where the main menu disappears intermittently as the coordinates become negative. (#3269) Dr.Lt.Data 2024-04-18 05:36:49 +0900
  • abc69cab45 Add a helpful warning for links that don't point anywhere. comfyanonymous 2024-04-17 12:28:05 -0400
  • 45ec1cbe96 Implement PerpNeg as a guider. comfyanonymous 2024-04-16 02:57:01 -0400
  • 8903dce862 This can be removed since PAG doesn't use the uncond. comfyanonymous 2024-04-15 12:14:00 -0400
  • 719fb2c81d Add basic PAG node. comfyanonymous 2024-04-14 23:34:25 -0400
  • 258dbc06c3 Fix some memory related issues. comfyanonymous 2024-04-14 12:08:58 -0400
  • 744ac944db Don't make dynamicPrompts the default on multiline string inputs. comfyanonymous 2024-04-13 16:12:09 -0400
  • 58812ab8ca Support SDXS 512 model. comfyanonymous 2024-04-12 22:12:35 -0400
  • 0256e7f769 Fix tests. comfyanonymous 2024-04-12 20:01:34 -0400
  • 2bef134ebf
    change Convert.. input (#3246) NyaamZ 2024-04-13 06:02:17 +0900
  • 4bd7d55b90 Add some colors to SamplerCustom links. comfyanonymous 2024-04-11 22:43:05 -0400
  • fd7c636680 Add an AddNoise node to add noise depending on the sigma. comfyanonymous 2024-04-10 20:29:35 -0400
  • 831511a1ee Fix issue with sampling_settings persisting across models. comfyanonymous 2024-04-09 23:20:43 -0400
  • 4201181b35 Add ModelMergeSD1, ModelMergeSD2 and ModelMergeSDXL. comfyanonymous 2024-04-09 04:25:45 -0400
  • 30abc324c2 Support properly saving CosXL checkpoints. comfyanonymous 2024-04-08 00:36:22 -0400
  • d644b6bcd8 Cleanup some more conditioning nodes. comfyanonymous 2024-04-07 14:40:43 -0400
  • c9fc242e2c The middle prompt should be treated more as a negative prompt. comfyanonymous 2024-04-07 14:34:43 -0400
  • 80bda6c163 Cleanup a few conditioning nodes. comfyanonymous 2024-04-07 14:27:40 -0400
  • 0a03009808 Fix issue with controlnet models getting loaded multiple times. comfyanonymous 2024-04-06 18:38:39 -0400
  • de172f8be7
    Improve A1111 metadata parsing (#3216) Gorka Eguileor 2024-04-06 18:10:17 +0200
  • d8dea4cdb8 Fix DisableNoise node. comfyanonymous 2024-04-05 21:36:23 -0400
  • a7dd82e668 Fix copy paste issue with litegraph. comfyanonymous 2024-04-05 14:59:05 -0400
  • 38ed2da2dd
    Fix typo in lowvram patcher (#3209) kk-89 2024-04-05 09:02:13 -0700
  • ea9ac9d30b Fix PerpNeg node. comfyanonymous 2024-04-05 11:33:36 -0400
  • 1088d1850f Support for CosXL models. comfyanonymous 2024-04-05 10:40:27 -0400
  • 41ed7e85ea Fix object_patches_backup not being the same object across clones. comfyanonymous 2024-04-05 00:22:44 -0400
  • 0f5768e038 Fix missing arguments in cfg_function. comfyanonymous 2024-04-04 23:38:57 -0400
  • 1f4fc9ea0c Fix issue with get_model_object on patched model. comfyanonymous 2024-04-04 23:01:02 -0400
  • 1a0486bb96 Fix model needing to be loaded on GPU to generate the sigmas. comfyanonymous 2024-04-04 22:08:49 -0400
  • 1f8d8e6c77 Add InstructPixToPixConditioning node. comfyanonymous 2024-04-04 15:06:17 -0400
  • 5272fd4b03 Add DualCFGGuider used in IP2P models for example. comfyanonymous 2024-04-04 14:57:44 -0400
  • cfbf3be54b Add basic guider for models with no cfg. comfyanonymous 2024-04-04 13:57:32 -0400
  • c6bd456c45 Make zero denoise a NOP. comfyanonymous 2024-04-04 11:38:25 -0400
  • fcfd2bdf8a Small cleanup. comfyanonymous 2024-04-04 11:16:49 -0400
  • f117566299 SamplerCustomAdvanced node. comfyanonymous 2024-04-04 01:32:25 -0400
  • 0542088ef8 Refactor sampler code for more advanced sampler nodes part 2. comfyanonymous 2024-04-04 00:48:42 -0400
  • 57753c964a Refactor sampling code for more advanced sampler nodes. comfyanonymous 2024-04-03 16:34:19 -0400
  • 6c6a39251f Fix saving text encoder in fp8. comfyanonymous 2024-04-02 11:46:34 -0400
  • e6482fbbfc Refactor calc_cond_uncond_batch into calc_cond_batch. comfyanonymous 2024-04-01 17:23:07 -0400
  • 1306464538 --force-fp16 is no longer necessary on Mac. comfyanonymous 2024-03-31 12:50:28 -0400
  • 575acb69e4 IP2P model loading support. comfyanonymous 2024-03-31 01:25:16 -0400
  • 96b4c757cf Add log to debug custom nodes that hang when imported. comfyanonymous 2024-03-30 11:52:11 -0400
  • 94a5a67c32 Cleanup to support different types of inpaint models. comfyanonymous 2024-03-29 14:43:24 -0400
  • 9bf6061dfc Switch prints to logging in folder_paths and add some extra debug. comfyanonymous 2024-03-29 03:07:13 -0400
  • 5d8898c056 Fix some performance issues with weight loading and unloading. comfyanonymous 2024-03-28 18:01:04 -0400
  • 327ca1313d Support SDXS 0.9 comfyanonymous 2024-03-27 23:51:17 -0400
  • 8ae1e4d125 Make step on sharpen node smaller. comfyanonymous 2024-03-27 01:28:31 -0400
  • 2f93b91646 Add Tesla GPUs to cuda malloc blacklist. comfyanonymous 2024-03-26 19:33:40 -0400
  • c9673926fb Fix test. comfyanonymous 2024-03-26 04:07:30 -0400
  • 11838e60f4 Increase the max resolution. comfyanonymous 2024-03-26 04:00:53 -0400
  • ae77590b4e dora_scale support for lora file. comfyanonymous 2024-03-25 18:09:23 -0400
  • c6de09b02e Optimize memory unload strategy for more optimized performance. comfyanonymous 2024-03-24 02:36:30 -0400
  • 6a32c06f06 Move cleanup_models to improve performance. comfyanonymous 2024-03-23 17:27:10 -0400
  • a28a9dc836 Add an example to use the SaveImageWebsocket node and enable it. comfyanonymous 2024-03-22 12:56:48 -0400
  • 0624838237 Add inverse noise scaling function. comfyanonymous 2024-03-21 14:49:11 -0400
  • 5d875d77fe Fix regression with lcm not working with batches. comfyanonymous 2024-03-20 20:48:54 -0400
  • 4b9005e949 Fix regression with model merging. comfyanonymous 2024-03-20 13:53:45 -0400
  • c18a203a8a Don't unload model weights for non weight patches. comfyanonymous 2024-03-20 01:29:26 -0400
  • 150a3e946f Make LCM sampler use the model noise scaling function. comfyanonymous 2024-03-20 01:35:59 -0400
  • d14bdb1896 Revert, NOTE: this will be removed again soon please fix your nodes. comfyanonymous 2024-03-19 11:17:37 -0400
  • 0c55f16c9e Remove code that should be useless now. comfyanonymous 2024-03-19 02:34:01 -0400
  • 40e124c6be SV3D support. comfyanonymous 2024-03-18 10:04:51 -0400
  • 0b78213bda Fix neg scale step. comfyanonymous 2024-03-18 15:51:23 -0400
  • b1a16d4500 Fix stable cascade img2img not working with all resolutions. comfyanonymous 2024-03-18 13:50:11 -0400
  • cacb022c4a Make saved SD1 checkpoints match more closely the official one. comfyanonymous 2024-03-18 00:26:23 -0400
  • d3406d8d58 Increase image batch nodes maximum values. comfyanonymous 2024-03-17 08:57:49 -0400
  • d7897fff2c Move cascade scale factor from stage_a to latent_formats.py comfyanonymous 2024-03-16 14:49:35 -0400
  • f2fe635c9f SamplerDPMAdaptative node to test the different options. comfyanonymous 2024-03-15 19:34:22 -0400
  • 448d9263a2 Fix control loras breaking. comfyanonymous 2024-03-14 09:30:21 -0400
  • db8b59ecff Lower memory usage for loras in lowvram mode at the cost of perf. comfyanonymous 2024-03-13 19:04:41 -0400
  • eda8704386 Add SamplerDPMPP_3M_SDE node. comfyanonymous 2024-03-12 12:16:37 -0400
  • e7b8e240f7 Add SamplerLMS node. comfyanonymous 2024-03-12 04:34:34 -0400
  • 2a813c3b09 Switch some more prints to logging. comfyanonymous 2024-03-11 16:24:47 -0400
  • 0ed72befe1 Change log levels. comfyanonymous 2024-03-11 13:54:56 -0400
  • dc6d4151a2 Not needed anymore. comfyanonymous 2024-03-11 12:30:11 -0400
  • 03f4cfb7cd Replace more prints with logging. comfyanonymous 2024-03-11 00:56:41 -0400
  • 65397ce601 Replace prints with logging and add --verbose argument. comfyanonymous 2024-03-10 11:37:08 -0400
  • 4656273e72 Added additional nodes for CLIP merging MoonRide303 2024-03-09 19:32:33 +0100
  • a9ee9589b7 Add SamplerEulerAncestral node. comfyanonymous 2024-03-09 08:21:43 -0500
  • 0a4675266e Make message about missing dependencies more clear. comfyanonymous 2024-03-08 18:43:13 -0500
  • 314d28c251 Pass extra_pnginfo as None when not in input data. comfyanonymous 2024-03-07 15:07:47 -0500
  • 55f37baae8 Move some stable cascade nodes outside of _for_testing. comfyanonymous 2024-03-07 01:49:20 -0500
  • 3f75419e2e Add a node to use the super resolution controlnet. comfyanonymous 2024-03-07 01:48:31 -0500
  • 5f60ee246e Support loading the sr cascade controlnet. comfyanonymous 2024-03-07 00:58:52 -0500
  • 03e6e81629 Set upscale algorithm to bilinear for stable cascade controlnet. comfyanonymous 2024-03-06 02:56:13 -0500
  • 03e83bb5d0 Support stable cascade canny controlnet. comfyanonymous 2024-03-06 02:25:42 -0500
  • 10860bcd28 Add compression_ratio to controlnet code. comfyanonymous 2024-03-05 15:15:20 -0500
  • a38b9b3ac1 Add debugging info for when comfy_extra nodes fail to import. comfyanonymous 2024-03-04 13:24:08 -0500
  • b7b5593166 Fix nightly workflow and update other workflows. comfyanonymous 2024-03-04 13:06:13 -0500
  • 6d8834f08f
    Add Morphology nodes from kornia (#2781) Dmytro Mishkin 2024-03-04 18:50:28 +0100
  • caddef8d88 Auto disable cuda malloc on unsupported GPUs on Linux. comfyanonymous 2024-03-04 09:03:59 -0500
  • 478f71a249 Remove useless check. comfyanonymous 2024-03-04 08:51:25 -0500
  • 0490ce8244 Fix differential diffusion node for batches. comfyanonymous 2024-03-04 00:43:09 -0500
  • b2e1744a16 Add a ThresholdMask node. comfyanonymous 2024-03-04 00:31:59 -0500
  • 0db3111b5f Disable site dir in updater when doing pip install. comfyanonymous 2024-03-03 16:25:16 -0500
  • 12c1080ebc Simplify differential diffusion code. comfyanonymous 2024-03-03 15:11:13 -0500
  • 727021bdea
    Implement Differential Diffusion (#2876) Shiimizu 2024-03-03 12:34:13 -0800
  • 1abf8374ec utils.set_attr can now be used to set any attribute. comfyanonymous 2024-03-02 17:27:23 -0500
  • dce3555339 Add some tesla pascal GPUs to the fp16 working but slower list. comfyanonymous 2024-03-02 17:16:31 -0500
  • 51df846598 Let conditioning specify custom concat conds. comfyanonymous 2024-03-02 11:44:06 -0500