FlashWorld-Demo / models /__init__.py
imlixinyang's picture
init
da30e42
raw
history blame
285 Bytes
from .autoencoder_kl_wan import AutoencoderKLWan
from .transformer_wan import WanTransformer3DModel
from .reconstruction_model import WANDecoderPixelAligned3DGSReconstructionModel
__all__ = ["AutoencoderKLWan", "WanTransformer3DModel", "WANDecoderPixelAligned3DGSReconstructionModel"]