minimum CFG of 3 for NAR-len because it seems the model will auto-default to NAR-len now

This commit is contained in:
mrq 2024-12-03 19:40:05 -06:00
parent ca31da0a95
commit cf97560e70

View File

@ -265,6 +265,8 @@ class AR_NAR(Base):
len_list = [ clamp(l, min_length, max_length) for l in len_list ]
# force set CFG because too low / no CFG causes issues
cfg_strength = max( cfg_strength, 3.0 )
# if we're denoising from an existing sequence
if start_noise > 0.0 and resps_list is not None: