Skip to content

How to replace the stable-diffusion-v1-5 model with other SD model #63

@guijuzhejiang

Description

@guijuzhejiang

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions