Increased the number of heads for ip adapters.

This commit is contained in:
Jaret Burkett
2024-06-28 16:09:52 +00:00
parent 603ceca3ca
commit f6b21f47bb

View File

@@ -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