77241c48af
* 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
266 B
Markdown
15 lines
266 B
Markdown
# Activation functions
|
|
|
|
Customized activation functions for supporting various models in 🤗 Diffusers.
|
|
|
|
## GELU
|
|
|
|
[[autodoc]] models.activations.GELU
|
|
|
|
## GEGLU
|
|
|
|
[[autodoc]] models.activations.GEGLU
|
|
|
|
## ApproximateGELU
|
|
|
|
[[autodoc]] models.activations.ApproximateGELU |