You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Denys Smirnov 20447e9ec9
Fix alpha in PorterDuffImageComposite. (#3411)
There were two bugs in PorterDuffImageComposite.

The first one is the fact that it uses the mask input directly as alpha, missing the conversion (`1-a`). The fix is similar to c16f5744.

The second one is that all color composition formulas assume alpha premultiplied values, while the input is not premultiplied.

This change fixes both of these issue.
9 months ago
..
chainner_models Keep compatibility with some custom nodes. 9 months ago
nodes_advanced_samplers.py Add a SamplerLCMUpscale node. 10 months ago
nodes_align_your_steps.py Add a denoise value to AlignYourStepsScheduler. 10 months ago
nodes_attention_multiply.py Add some nodes to multiply the attention in UNet and Clip models. 10 months ago
nodes_canny.py Remove some unused imports. 9 months ago
nodes_clip_sdxl.py Don't make dynamicPrompts the default on multiline string inputs. 11 months ago
nodes_compositing.py Fix alpha in PorterDuffImageComposite. (#3411) 9 months ago
nodes_cond.py Don't make dynamicPrompts the default on multiline string inputs. 11 months ago
nodes_custom_sampler.py Add a SplitSigmasDenoise node as an alternative to SplitSigmas. 10 months ago
nodes_differential_diffusion.py Fix differential diffusion node for batches. 12 months ago
nodes_freelunch.py Fix FreeU not working when shape is tensor. 9 months ago
nodes_hypernetwork.py Switch some more prints to logging. 12 months ago
nodes_hypertile.py Move some nodes to model_patches section. 1 year ago
nodes_images.py Increase image batch nodes maximum values. 11 months ago
nodes_ip2p.py Add InstructPixToPixConditioning node. 11 months ago
nodes_latent.py changed default of LatentBatchSeedBehavior to fixed 1 year ago
nodes_mask.py Add a ThresholdMask node. 12 months ago
nodes_model_advanced.py Playground V2.5 support with ModelSamplingContinuousEDM node. 1 year ago
nodes_model_downscale.py Use get_model_object in Deep Shrink node (#3408) 10 months ago
nodes_model_merging.py Support saving some more modelspec types. 10 months ago
nodes_model_merging_model_specific.py Add ModelMergeSD1, ModelMergeSD2 and ModelMergeSDXL. 11 months ago
nodes_morphology.py Add Morphology nodes from kornia (#2781) 12 months ago
nodes_pag.py This can be removed since PAG doesn't use the uncond. 10 months ago
nodes_perpneg.py Fix to allow use of PerpNegGuider with cfg_function_post hooks (like PAG) (#3618) 9 months ago
nodes_photomaker.py Don't make dynamicPrompts the default on multiline string inputs. 11 months ago
nodes_post_processing.py Speed up Sharpen node. 10 months ago
nodes_rebatch.py Add a RebatchImages node. 1 year ago
nodes_sag.py Remove some unused imports. 9 months ago
nodes_sdupscale.py Remove some unused imports. 9 months ago
nodes_stable3d.py SV3D support. 11 months ago
nodes_stable_cascade.py Fix stable cascade img2img not working with all resolutions. 11 months ago
nodes_tomesd.py Add some more transformer hooks and move tomesd to comfy_extras. 2 years ago
nodes_upscale_model.py Import spandrel_extra_arches if present. 9 months ago
nodes_video_model.py SV3D support. 11 months ago
nodes_webcam.py Add webcam node (#3497) 9 months ago