# -*- 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") | |