Commit Graph

6 Commits

Author SHA1 Message Date
comfyanonymous
190719bb88 Fix SplitSigmas. 2023-09-28 01:11:22 -04:00
comfyanonymous
c4247734df Add function to split sigmas. 2023-09-28 00:40:09 -04:00
comfyanonymous
d428292071 Add a basic node to generate sigmas from scheduler. 2023-09-28 00:30:45 -04:00
comfyanonymous
97bd301d8f Add missing samplers to KSamplerSelect. 2023-09-28 00:17:03 -04:00
comfyanonymous
cd5fbdd086 Make add_noise in SamplerCustom a boolean. 2023-09-27 22:42:23 -04:00
comfyanonymous
75a26ed5ee Add a SamplerCustom Node.
This node takes a list of sigmas and a sampler object as input.

This lets people easily implement custom schedulers and samplers as nodes.

More nodes will be added to it in the future.
2023-09-27 22:21:18 -04:00