primerz commited on
Commit
fd38570
·
verified ·
1 Parent(s): 26cd758

Update ip_adapter/resampler.py

Browse files
Files changed (1) hide show
  1. ip_adapter/resampler.py +1 -1
ip_adapter/resampler.py CHANGED
@@ -80,4 +80,4 @@ class Resampler(nn.Module):
80
  latents = attn(x, latents) + latents
81
  latents = ff(latents) + latents
82
 
83
- return self.norm_out(self.proj_out(latents))
 
80
  latents = attn(x, latents) + latents
81
  latents = ff(latents) + latents
82
 
83
+ return self.norm_out(self.proj_out(latents))