39 Commits (master)

Author SHA1 Message Date
comfyanonymous 565eb6d176 Add a SplitSigmasDenoise node as an alternative to SplitSigmas. 7 months ago
comfyanonymous 94d5a12801 Don't load the model in SDTurboScheduler 7 months ago
Pam b8218522f1
Increase sigma_min/sigma_max range for custom schedulers (#3317) 7 months ago
comfyanonymous fd7c636680 Add an AddNoise node to add noise depending on the sigma. 7 months ago
comfyanonymous c9fc242e2c The middle prompt should be treated more as a negative prompt. 7 months ago
comfyanonymous d8dea4cdb8 Fix DisableNoise node. 8 months ago
comfyanonymous 0f5768e038 Fix missing arguments in cfg_function. 8 months ago
comfyanonymous 1a0486bb96 Fix model needing to be loaded on GPU to generate the sigmas. 8 months ago
comfyanonymous 5272fd4b03 Add DualCFGGuider used in IP2P models for example. 8 months ago
comfyanonymous cfbf3be54b Add basic guider for models with no cfg. 8 months ago
comfyanonymous c6bd456c45 Make zero denoise a NOP. 8 months ago
comfyanonymous fcfd2bdf8a Small cleanup. 8 months ago
comfyanonymous f117566299 SamplerCustomAdvanced node. 8 months ago
comfyanonymous f2fe635c9f SamplerDPMAdaptative node to test the different options. 8 months ago
comfyanonymous eda8704386 Add SamplerDPMPP_3M_SDE node. 8 months ago
comfyanonymous e7b8e240f7 Add SamplerLMS node. 8 months ago
comfyanonymous a9ee9589b7 Add SamplerEulerAncestral node. 8 months ago
comfyanonymous f2d432f9a7 Fix potential turbo scheduler model patching issue. 10 months ago
comfyanonymous 7c9a0f7e0a Fix BasicScheduler issue with Loras. 11 months ago
comfyanonymous ef4f6037cb Fix model patches not working in custom sampling scheduler nodes. 11 months ago
comfyanonymous d1f3637a5a Add a denoise parameter to BasicScheduler node. 11 months ago
comfyanonymous e82942cc29 Add a denoise parameter to the SDTurboScheduler. 11 months ago
comfyanonymous 57d7f4464f Add SDTurboScheduler node. 12 months ago
comfyanonymous 420beeeb05 Clean up and refactor sampler code. 1 year ago
comfyanonymous 8509bd58b4 Reorganize custom_sampling nodes. 1 year ago
comfyanonymous 61112c81b9 Add a node to flip the sigmas for unsampling. 1 year ago
comfyanonymous ca71e542d2 Lower cfg step to 0.1 in sampler nodes. 1 year ago
comfyanonymous 20d3852aa1 Pull some small changes from the other repo. 1 year ago
comfyanonymous 69a824e9a4 Move _for_testing/custom_sampling nodes to sampling/custom_sampling. 1 year ago
comfyanonymous 2ef459b1d4 Add VPScheduler node 1 year ago
comfyanonymous 8ab49dc0a4 DPMPP_SDE node. 1 year ago
comfyanonymous 213976f8c3 Add ExponentialScheduler and PolyexponentialScheduler nodes. 1 year ago
comfyanonymous 66756de100 Add SamplerDPMPP_2M_SDE node. 1 year ago
comfyanonymous 26b7372805 Fix SplitSigmas. 1 year ago
comfyanonymous 76e0f8fc8f Add function to split sigmas. 1 year ago
comfyanonymous 2bf051fda8 Add a basic node to generate sigmas from scheduler. 1 year ago
comfyanonymous d234ca558a Add missing samplers to KSamplerSelect. 1 year ago
comfyanonymous 1d7dfc07d5 Make add_noise in SamplerCustom a boolean. 1 year ago
comfyanonymous 1adcc4c3a2 Add a SamplerCustom Node. 1 year ago