# EasyAnimateTransformer3DModel A Diffusion Transformer model for 3D data from [EasyAnimate](https://github.com/aigc-apps/EasyAnimate) was introduced by Alibaba PAI. The model can be loaded with the following code snippet. ```python from diffusers import EasyAnimateTransformer3DModel transformer = EasyAnimateTransformer3DModel.from_pretrained("alibaba-pai/EasyAnimateV5.1-12b-zh", subfolder="transformer", torch_dtype=torch.float16).to("cuda") ``` ## EasyAnimateTransformer3DModel [[autodoc]] EasyAnimateTransformer3DModel ## Transformer2DModelOutput [[autodoc]] models.modeling_outputs.Transformer2DModelOutput