vace-demo / vace /models /__init__.py
maffia's picture
Upload 94 files
690f890 verified
raw
history blame contribute delete
536 Bytes
# -*- 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")