127 Commits (dd3bafb40b37e377ffa630edee238c19c03a6d44)

Author SHA1 Message Date
comfyanonymous 0624838237 Add inverse noise scaling function. 8 months ago
comfyanonymous f2fe635c9f SamplerDPMAdaptative node to test the different options. 8 months ago
comfyanonymous 2a813c3b09 Switch some more prints to logging. 8 months ago
comfyanonymous 12c1080ebc Simplify differential diffusion code. 9 months ago
Shiimizu 727021bdea
Implement Differential Diffusion (#2876) 9 months ago
comfyanonymous 00425563c0 Cleanup: Use sampling noise scaling function for inpainting. 9 months ago
comfyanonymous c62e836167 Move noise scaling to object with sampling math. 9 months ago
comfyanonymous d46583ecec Playground V2.5 support with ModelSamplingContinuousEDM node. 9 months ago
logtd e1cb93c383 Fix model and cond transformer options merge 9 months ago
comfyanonymous 10847dfafe Cleanup uni_pc inpainting. 9 months ago
Jedrzej Kosinski f44225fd5f Fix infinite while loop being possible in ddim_scheduler 9 months ago
blepping a352c021ec Allow custom samplers to request discard penultimate sigma 9 months ago
comfyanonymous 89507f8adf Remove some unused imports. 10 months ago
Dr.Lt.Data 05cd00695a
typo fix - calculate_sigmas_scheduler (#2619) 10 months ago
comfyanonymous 8c6493578b Implement noise augmentation for SD 4X upscale model. 11 months ago
comfyanonymous 9a7619b72d Fix regression with inpaint model. 11 months ago
comfyanonymous 571ea8cdcc Fix SAG not working with cfg 1.0 11 months ago
comfyanonymous 8cf1daa108 Fix SDXL area composition sometimes not using the right pooled output. 11 months ago
Hari 574363a8a6 Implement Perp-Neg 11 months ago
comfyanonymous 329c571993 Improve code legibility. 11 months ago
comfyanonymous 6c5990f7db Fix cfg being calculated more than once if sampler_cfg_function. 11 months ago
comfyanonymous ba04a87d10 Refactor and improve the sag node. 11 months ago
Rafie Walker 6761233e9d
Implement Self-Attention Guidance (#2201) 11 months ago
comfyanonymous 97015b6b38 Cleanup. 12 months ago
comfyanonymous dcec1047e6 Invert the start and end percentages in the code. 1 year ago
comfyanonymous 57eea0efbb heunpp2 sampler. 1 year ago
comfyanonymous 420beeeb05 Clean up and refactor sampler code. 1 year ago
comfyanonymous dd4ba68b6e Allow different models to estimate memory usage differently. 1 year ago
comfyanonymous 2c9dba8dc0 sampling_function now has the model object as the argument. 1 year ago
comfyanonymous 8d80584f6a Remove useless argument from uni_pc sampler. 1 year ago
comfyanonymous 58d5d71a93 Working RescaleCFG node. 1 year ago
comfyanonymous 002aefa382 Support lcm models. 1 year ago
comfyanonymous ae2acfc21b Don't convert Nan to zero. 1 year ago
comfyanonymous d2e27b48f1 sampler_cfg_function now gets the noisy output as argument again. 1 year ago
comfyanonymous e73ec8c4da Not used anymore. 1 year ago
comfyanonymous 111f1b5255 Fix some issues with sampling precision. 1 year ago
comfyanonymous 7c0f255de1 Clean up percent start/end and make controlnets work with sigmas. 1 year ago
comfyanonymous a268a574fa Remove a bunch of useless code. 1 year ago
comfyanonymous 1777b54d02 Sampling code changes. 1 year ago
comfyanonymous 036f88c621 Refactor to make it easier to add custom conds to models. 1 year ago
comfyanonymous 3fce8881ca Sampling code refactor to make it easier to add more conds. 1 year ago
comfyanonymous 4185324a1d Fix uni_pc sampler math. This changes the images this sampler produces. 1 year ago
comfyanonymous e6962120c6 Make sure cond_concat is on the right device. 1 year ago
comfyanonymous 45c972aba8 Refactor cond_concat into conditioning. 1 year ago
comfyanonymous 782a24fce6 Refactor cond_concat into model object. 1 year ago
comfyanonymous 66756de100 Add SamplerDPMPP_2M_SDE node. 1 year ago
comfyanonymous d234ca558a Add missing samplers to KSamplerSelect. 1 year ago
comfyanonymous 1d6dd83184 Scheduler code refactor. 1 year ago
comfyanonymous 446caf711c Sampling code refactor. 1 year ago
comfyanonymous 492db2de8d Allow having a different pooled output for each image in a batch. 1 year ago