mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-14 02:49:41 +00:00
reenable LCM sampler
This commit is contained in:
parent
ac43e0115c
commit
4eb3a95cbb
3 changed files with 8 additions and 4 deletions
|
@ -287,6 +287,10 @@ sd_generation_outputs sdtype_generate(const sd_generation_inputs inputs)
|
|||
{
|
||||
sd_params->sample_method = sample_method_t::DPM2;
|
||||
}
|
||||
else if(sampler=="lcm")
|
||||
{
|
||||
sd_params->sample_method = sample_method_t::LCM;
|
||||
}
|
||||
else if(sampler=="dpm++ 2m karras" || sampler=="dpm++ 2m")
|
||||
{
|
||||
sd_params->sample_method = sample_method_t::DPMPP2M;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue