mirror of
https://github.com/huggingface/diffusers.git
synced 2026-01-27 17:22:53 +03:00
* move out the activations. * move normalization layers. * add doc. * add doc. * fix: paths * Apply suggestions from code review Co-authored-by: Steven Liu <59462357+stevhliu@users.noreply.github.com> * style --------- Co-authored-by: Steven Liu <59462357+stevhliu@users.noreply.github.com>
15 lines
304 B
Markdown
15 lines
304 B
Markdown
# Normalization layers
|
|
|
|
Customized normalization layers for supporting various models in 🤗 Diffusers.
|
|
|
|
## AdaLayerNorm
|
|
|
|
[[autodoc]] models.normalization.AdaLayerNorm
|
|
|
|
## AdaLayerNormZero
|
|
|
|
[[autodoc]] models.normalization.AdaLayerNormZero
|
|
|
|
## AdaGroupNorm
|
|
|
|
[[autodoc]] models.normalization.AdaGroupNorm |