136 Commits (master)

Author SHA1 Message Date
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
comfyanonymous 43d4935a1d Add cond_or_uncond array to transformer_options so hooks can check what is 1 year ago
comfyanonymous 415abb275f Add DDPM sampler. 1 year ago
comfyanonymous 326577d04c Allow cancelling of everything with a progress bar. 1 year ago
comfyanonymous f88f7f413a Add a ConditioningSetAreaPercentage node. 1 year ago
comfyanonymous 1c012d69af It doesn't make sense for c_crossattn and c_concat to be lists. 1 year ago
comfyanonymous d6e4b342e6 Support for Control Loras. 1 year ago
comfyanonymous 89a0767abf Smarter memory management. 1 year ago
comfyanonymous 0cb6dac943 Remove 3m from PR #1213 because of some small issues. 1 year ago
comfyanonymous e244b2df83 Add sgm_uniform scheduler that acts like the default one in sgm. 1 year ago
comfyanonymous 58c7da3665 Gpu variant of dpmpp_3m_sde. Note: use 3m with exponential or karras. 1 year ago
FizzleDorf 3cfad03a68 dpmpp 3m + dpmpp 3m sde added 1 year ago
comfyanonymous cf10c5592c Disable calculating uncond when CFG is 1.0 1 year ago
asagi4 1ea4d84691 Fix timestep ranges when batch_size > 1 1 year ago
comfyanonymous 7ff14b62f8 ControlNetApplyAdvanced can now define when controlnet gets applied. 1 year ago
comfyanonymous d191c4f9ed Add a ControlNetApplyAdvanced node. 1 year ago
comfyanonymous 0240946ecf Add a way to set which range of timesteps the cond gets applied to. 1 year ago
comfyanonymous 67be7eb81d Nodes can now patch the unet function. 1 year ago
comfyanonymous 3ded1a3a04 Refactor of sampler code to deal more easily with different model types. 1 year ago
comfyanonymous ddc6f12ad5 Disable autocast in unet for increased speed. 1 year ago
comfyanonymous e57cba4c61 Add gpu variations of the sde samplers that are less deterministic 1 year ago
mara c61a95f9f7 Fix size check for conditioning mask 1 year ago
comfyanonymous 4eab00e14b Set the seed in the SDE samplers to make them more reproducible. 1 year ago
comfyanonymous 8607c2d42d Move latent scale factor from VAE to model. 1 year ago
comfyanonymous f87ec10a97 Support base SDXL and SDXL refiner models. 1 year ago
comfyanonymous 036a22077c Fix k_diffusion math being off by a tiny bit during txt2img. 1 year ago
comfyanonymous 388567f20b sampler_cfg_function now uses a dict for the argument. 1 year ago
comfyanonymous c64ca8c0b2 Refactor unCLIP noise augment out of samplers.py 1 year ago
comfyanonymous de142eaad5 Simpler base model code. 1 year ago
comfyanonymous 069657fbf3 Add DPM-Solver++(2M) SDE and exponential scheduler. 2 years ago
comfyanonymous ef815ba1e2 Switch default scheduler to normal. 2 years ago
comfyanonymous f7c0f75d1f Auto batching improvements. 2 years ago
comfyanonymous 314e526c5c Not needed anymore because sampling works with any latent size. 2 years ago
comfyanonymous 908dc1d5a8 Add a total_steps value to sampler callback. 2 years ago
comfyanonymous d3293c8339 Properly disable all progress bars when disable_pbar=True 2 years ago
BlenderNeko a2e18b1504 allow disabling of progress bar when sampling 2 years ago
comfyanonymous 071011aebe Mask strength should be separate from area strength. 2 years ago
Jacob Segal af02393c2a Default to sampling entire image 2 years ago
Jacob Segal e214c917ae Add Condition by Mask node 2 years ago
comfyanonymous 5a971cecdb Add callback to sampler function. 2 years ago
comfyanonymous 7983b3a975 This is cleaner this way. 2 years ago
BlenderNeko 2a09e2aa27 refactor/split various bits of code for sampling 2 years ago