I tried to use another model instead of the stable-diffusion-v1-5 model by modifying pretrained_model_path in animation.yaml to the other model path. The run reported an error, and I modified the config in unet to change UNetMidBlock2DCrossAttn to UNetMidBlock3DCrossAttn, guessing that it is because you have added a time series dimension to your trained model. Although the modified model can be loaded successfully and animations are generated, the effect is still the same as the sd1.5 model, unchanged. So how to load the other models correctly?