mirror of
https://github.com/ostris/ai-toolkit.git
synced 2026-02-27 15:53:58 +00:00
Increased the number of heads for ip adapters.
This commit is contained in:
@@ -410,7 +410,7 @@ class IPAdapter(torch.nn.Module):
|
||||
|
||||
if is_pixart:
|
||||
# heads = 20
|
||||
heads = 12
|
||||
heads = 20
|
||||
# dim = 4096
|
||||
dim = 1280
|
||||
output_dim = 4096
|
||||
|
||||
Reference in New Issue
Block a user