for cac make t_start=0.1 the default

This commit is contained in:
Damian Stewart 2023-01-30 15:30:01 +01:00
parent c5c160a788
commit 478c379534

View File

@ -155,7 +155,7 @@ class CrossAttentionControlSubstitute(CrossAttentionControlledFragment):
default_options = {
's_start': 0.0,
's_end': 0.2062994740159002, # ~= shape_freedom=0.5
't_start': 0.0,
't_start': 0.1,
't_end': 1.0
}
merged_options = default_options