.gitignore
AGENTS.md
CLAUDE.md
CONTRIBUTING.md
README.html
README.md
install.sh
pyproject.toml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/model_request.md
.github/workflows/ci.yml
.github/workflows/publish.yml
docker/Dockerfile.cpu
docker/Dockerfile.cuda
docker/Dockerfile.rocm
docker/README.md
docker/docker-compose.yml
hftool/__init__.py
hftool/cli.py
hftool.egg-info/PKG-INFO
hftool.egg-info/SOURCES.txt
hftool.egg-info/dependency_links.txt
hftool.egg-info/entry_points.txt
hftool.egg-info/requires.txt
hftool.egg-info/top_level.txt
hftool/core/__init__.py
hftool/core/batch.py
hftool/core/benchmark.py
hftool/core/completion.py
hftool/core/config.py
hftool/core/device.py
hftool/core/doctor.py
hftool/core/download.py
hftool/core/history.py
hftool/core/metadata.py
hftool/core/models.py
hftool/core/parameters.py
hftool/core/registry.py
hftool/io/__init__.py
hftool/io/file_picker.py
hftool/io/input_loader.py
hftool/io/interactive_input.py
hftool/io/interactive_mode.py
hftool/io/output_handler.py
hftool/tasks/__init__.py
hftool/tasks/base.py
hftool/tasks/image_to_image.py
hftool/tasks/speech_to_text.py
hftool/tasks/text_to_image.py
hftool/tasks/text_to_speech.py
hftool/tasks/text_to_video.py
hftool/tasks/transformers_generic.py
hftool/utils/__init__.py
hftool/utils/deps.py
hftool/utils/docker.py
hftool/utils/errors.py
hftool/utils/progress.py
tests/VIDEO_REGRESSION_TESTS.md
tests/__init__.py
tests/test_batch.py
tests/test_benchmark.py
tests/test_completion.py
tests/test_config.py
tests/test_config_integration.py
tests/test_core.py
tests/test_errors.py
tests/test_file_picker.py
tests/test_history.py
tests/test_interactive_input.py
tests/test_interactive_mode.py
tests/test_io.py
tests/test_metadata.py
tests/test_progress.py
tests/test_text_to_video.py
tests/test_utils.py