mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
tweak default cross-attention values
This commit is contained in:
parent
8e7d744c60
commit
f7cd98c238
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user