post_weights.py 189 Bytes
Newer Older
litzh's avatar
litzh committed
1
2
3
4
5
6
7
from lightx2v.common.modules.weight_module import WeightModule


class WanPostWeights(WeightModule):
    def __init__(self, config):
        super().__init__()
        self.config = config