mirror of
https://github.com/huggingface/diffusers.git
synced 2026-01-27 17:22:53 +03:00
* add; utility to check if attn_procs,norms,acts are properly documented. * add support listing to the workflows. * change to 2024. * small fixes. * does adding detailed docstrings help? * uncomment image processor check * quality * fix, thanks to @mishig. * Apply suggestions from code review Co-authored-by: Steven Liu <59462357+stevhliu@users.noreply.github.com> * style * JointAttnProcessor2_0 * fixes * fixes * fixes * fixes * fixes * fixes * Update docs/source/en/api/normalization.md Co-authored-by: hlky <hlky@hlky.ac> --------- Co-authored-by: Steven Liu <59462357+stevhliu@users.noreply.github.com> Co-authored-by: hlky <hlky@hlky.ac>
1.0 KiB
1.0 KiB
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
SwiGLU
autodoc models.activations.SwiGLU
FP32SiLU
autodoc models.activations.FP32SiLU
LinearActivation
autodoc models.activations.LinearActivation