MCPcopy Create free account
hub / github.com/Gadersd/stable-diffusion-burn / __init__

Method __init__

python/dump.py:266–267  ·  view source on GitHub ↗
(self, channels)

Source from the content-addressed store, hash-verified

264
265class Upsample:
266 def __init__(self, channels):
267 self.conv = Conv2d(channels, channels, 3, padding=1)
268
269 def __call__(self, x):
270 bs,c,py,px = x.shape

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected