Skip to content
This repository was archived by the owner on Oct 6, 2025. It is now read-only.

Enable to designate GPU device_id on inference#429

Open
kazukiotsuka wants to merge 1 commit intorhasspy:masterfrom
ThinkXInc:device_id
Open

Enable to designate GPU device_id on inference#429
kazukiotsuka wants to merge 1 commit intorhasspy:masterfrom
ThinkXInc:device_id

Conversation

@kazukiotsuka
Copy link

Added device_id option to PiperVoice.load()

device_id = 1
model = PiperVoice.load(model_path, config_path, use_cuda=use_cuda, device_id=device_id)

ayutaz referenced this pull request in ayutaz/piper-plus Jul 19, 2025
- Added current implementation status of piper-plus
- Noted that Japanese phoneme issues (#787) are already resolved
- Listed existing PRs (#96-#100) for TTS improvements
- Updated priorities based on what's already implemented
- Focused recommendations on features not yet in piper-plus:
  * Raw Phoneme Input (PR #742)
  * IPA phonemes support (PR #401)
  * GPU device designation (PR #429)
  * Silence randomness control (Issue #817)

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant