dia2
TTS model capable of streaming conversational audio in realtime.
파일 탐색기
- __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
# CDN으로 사용하기
jsDelivrjsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.
링크
예시
명령어 용어집
이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.
uv run
설명 보기 ▼
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
설명 보기 ▼
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)
