config里面的sample设置[sample.random_sigma_min+sample.random_sigma_max](https://github.com/byliutao/CDM/blob/main/config/config.py#L249-L250)是0.25,和0.95,但在longcat的[random_sigma_min+random_sigma_max](https://github.com/byliutao/CDM/blob/main/config/config.py#L546-L547)设置为0.02和0.98,是哪个起效?以及针对其他模型,如flux2-klein-base的要怎么设置它们?
config里面的sample设置sample.random_sigma_min+sample.random_sigma_max是0.25,和0.95,但在longcat的random_sigma_min+random_sigma_max设置为0.02和0.98,是哪个起效?以及针对其他模型,如flux2-klein-base的要怎么设置它们?