← back to Exo

.typings/mflux/models/seedvr2/weights/seedvr2_weight_mapping.pyi

16 lines

"""
This type stub file was generated by pyright.
"""

from typing import List
from mflux.models.common.weights.mapping.weight_mapping import (
    WeightMapping,
    WeightTarget,
)

class SeedVR2WeightMapping(WeightMapping):
    @staticmethod
    def get_transformer_mapping() -> List[WeightTarget]: ...
    @staticmethod
    def get_vae_mapping() -> List[WeightTarget]: ...