rename to UNetLDMModel
This commit is contained in:
parent
4ea4429d1a
commit
2f24ce1ce3
|
@ -720,7 +720,7 @@ class QKVAttentionLegacy(nn.Module):
|
||||||
return count_flops_attn(model, _x, y)
|
return count_flops_attn(model, _x, y)
|
||||||
|
|
||||||
|
|
||||||
class UNetModel(ModelMixin, ConfigMixin):
|
class UNetLDMModel(ModelMixin, ConfigMixin):
|
||||||
"""
|
"""
|
||||||
The full UNet model with attention and timestep embedding.
|
The full UNet model with attention and timestep embedding.
|
||||||
:param in_channels: channels in the input Tensor.
|
:param in_channels: channels in the input Tensor.
|
||||||
|
|
Loading…
Reference in New Issue