We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb1fa01 commit 3b24fe3Copy full SHA for 3b24fe3
python_coreml_stable_diffusion/unet.py
@@ -376,7 +376,7 @@ def __init__(
376
self.resnets = nn.ModuleList(resnets)
377
378
if add_downsample:
379
- self.downsamplers = nn.ModuleList([Downsample2D(in_channels)])
+ self.downsamplers = nn.ModuleList([Downsample2D(out_channels)])
380
else:
381
self.downsamplers = None
382
0 commit comments