human/utils/__init__.py
2024-12-03 00:14:00 +08:00

10 lines
385 B
Python

#encoding = utf8
from .async_task_queue import AsyncTaskQueue
from .sync_queue import SyncQueue
from .utils import mirror_index, load_model, get_device, load_avatar, config_logging
from .utils import read_image, object_stop
from .utils import load_avatar_from_processed, load_avatar_from_256_processed
from .utils import render_image
from .audio_utils import melspectrogram, save_wav