File size: 536 Bytes
690f890
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# -*- coding: utf-8 -*-
# Copyright (c) Alibaba, Inc. and its affiliates.
from . import utils

try:
    from . import ltx
except ImportError as e:
    print("Error importing 'ltx'. Please install its dependencies with:")
    print("pip install ltx-video@git+https://github.com/Lightricks/[email protected] sentencepiece --no-deps")

try:
    from . import wan
except ImportError as e:
    print("Error importing 'wan'. Please install its dependencies with:")
    print("pip install wan@git+https://github.com/Wan-Video/Wan2.1")