dia2
TTS model capable of streaming conversational audio in realtime.
File Explorer
- __init__.py
- codec.py
- grid.py
- __init__.py
- cache.py
- depformer.py
- layers.py
- model.py
- precision.py
- transformer.py
- __init__.py
- audio_io.py
- context.py
- generator.py
- guidance.py
- logger.py
- sampler.py
- script_parser.py
- state_machine.py
- voice_clone.py
- __init__.py
- assets.py
- cli.py
- config.py
- engine.py
- generation.py
- .gitignore
- banner.gif
- example_prefix1.wav
- example_prefix2.wav
- gradio_app.py
- input.txt
- LICENSE
- pyproject.toml
- README.md
- uv.lock
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
uv run
View Details ▼
uv run
Run a command or script in the project environment.
uv run {{path/to/script.py}}
Run a Python script:
uv run {{[-m|--module]}} {{module_name}}
Run a Python module:
uv run {{[-w|--with]}} {{package}} {{command}}
Run a command with additional packages installed temporarily:
uv sync
View Details ▼
uv sync
Update the project's environment to match the lockfile.
uv sync
Sync the project environment with the lockfile:
uv sync --all-extras
Sync and include all optional dependencies:
uv sync --extra {{extra_name}}
Sync with specific optional dependencies:
// repository documentation
Was this content helpful?
(0 ratings)
