mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-01-14 23:58:00 -05:00
tweak default cross-attention values
This commit is contained in:
@@ -124,7 +124,7 @@ class CrossAttentionControlSubstitute(CrossAttentionControlledFragment):
|
||||
|
||||
default_options = {
|
||||
's_start': 0.0,
|
||||
's_end': 0.3, # gives best results
|
||||
's_end': 0.206, # ~= shape_freedom=0.5
|
||||
't_start': 0.0,
|
||||
't_end': 1.0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user