comfyanonymous
420beeeb05
Clean up and refactor sampler code.
...
This should make it much easier to write custom nodes with kdiffusion type
samplers.
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.
...
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.
1 year ago