Refacade / vace /models /__init__.py
Ryan-PR's picture
Upload 91 files
e181cae verified
raw
history blame
253 Bytes
# -*- coding: utf-8 -*-
from . import utils
try:
from . import wan
except ImportError as e:
print("Warning: failed to importing 'wan'. Please install its dependencies with:")
print("pip install wan@git+https://github.com/Wan-Video/Wan2.1")