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