mirror of
https://github.com/ostris/ai-toolkit.git
synced 2026-04-30 19:21:39 +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:
|
if is_pixart:
|
||||||
# heads = 20
|
# heads = 20
|
||||||
heads = 12
|
heads = 20
|
||||||
# dim = 4096
|
# dim = 4096
|
||||||
dim = 1280
|
dim = 1280
|
||||||
output_dim = 4096
|
output_dim = 4096
|
||||||
|
|||||||
Reference in New Issue
Block a user