{

    "text_encoder": [

        {

        "model_id": "StepLLmModel",

        "hub_backend": "hf",

        "from_pretrained": "/model_path/step_llm/",

        "dtype": "bf16"

        },

        {

        "model_id": "BertModel",

        "hub_backend": "hf",

        "from_pretrained": "/model_path/hunyuan_clip/clip_text_encoder",

        "dtype": "float32"

        }

    ],

    "ae": {

        "model_id": "stepvideovae",

        "from_pretrained": "/model_path/vae/vae_v2.safetensors",

        "dtype": "bf16",

        "z_channels": 64,

        "frame_len": 17,

        "version": 2

    }

}