Skip to main content

studio-workers

Native (no-Docker) workers for SelfHostHub Studio. Run any Studio worker engine directly on the host, pointed at your Studio API. This is the supported path for GPU work on Apple Silicon, where Docker cannot reach the Mac GPU, and for installing workers on demand inside a single GPU pod.

Install

Pick the extra for the engine you want to run:

pip install "studio-workers[audio]"    # TTS (Chatterbox, torch)
pip install "studio-workers[video]"    # transcription and video (whisper)
pip install "studio-workers[comfyui]"  # ComfyUI bridge
pip install "studio-workers"           # general + transfer (CPU only)

The [audio] extra currently requires Python 3.12: its Chatterbox dependency chain does not yet resolve on 3.13 (the install fails with an llvmlite build error). The other extras run on 3.12+.

[video] prerequisite: ffmpeg with libass

The video engine shells out to ffmpeg and burns subtitles with the libass ass filter. Any ffmpeg build that has the filter works; check yours:

ffmpeg -filters | grep ass

If nothing prints, install a build that includes libass. On macOS the core Homebrew formula no longer includes it; use the homebrew-ffmpeg tap:

brew trust homebrew-ffmpeg/ffmpeg
brew install homebrew-ffmpeg/ffmpeg/ffmpeg

studio-workers doctor --engine video verifies both ffmpeg and the filter.

Version pinning

Install the studio-workers version that matches your Studio release; the release notes name it. The API checks the worker version at registration and refuses a mismatch.

Check the install

studio-workers doctor --engine audio

doctor fails loudly when a GPU host would silently run on CPU: it asserts torch sees MPS on Apple Silicon and CUDA when an NVIDIA driver is present.

Run

SHS_API_BASE_URL=https://your-studio-api \
SHS_PUBLIC_BASE_URL=https://your-studio \
SHS_WORKER_SHARED_SECRET=... \
SHS_WORKSPACE_ROOT=/path/to/workspace \
studio-workers run --type audio

(python -m studio_workers.worker with SHS_WORKER_TYPE set still works; run is the same loop.)

The worker polls the API for jobs over HTTP; no inbound port is required. See your Studio instance's worker access documentation for the sanctioned connection paths.

Third-party software

Installing an engine extra pulls third-party packages (torch, Chatterbox TTS, whisper, ComfyUI dependencies) from their own upstreams under their own licenses; model weights download on first run.

Release files for studio-workers 1.7.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for studio-workers 1.7.0
File Size Uploaded
studio_workers-1.7.0.tar.gz 19.2 MB Details

Built distribution (wheel)

Table of built distributions (wheels) for studio-workers 1.7.0
File Interpreter ABI Platform
studio_workers-1.7.0-py3-none-any.whl Python 3 none any Details

Total release size:38.5 MB

Release files / studio_workers-1.7.0.tar.gz

Download URL studio_workers-1.7.0.tar.gz
Size 19.2 MB
Tags Source
SHA-256 checksum
How to use checksums
4c735a10ad013aeba2c0230e1db346d4ea58c4d250bdb2a16e80551ad38582ec
BLAKE2b-256 checksum
How to use checksums
1ab5c4ab63112b5fa65257869e5b5999318ead628d6b258d9f73b3e666ab1381
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 13, 2026.

Transparency log

Release files / studio_workers-1.7.0-py3-none-any.whl

Download URL studio_workers-1.7.0-py3-none-any.whl
Size 19.3 MB
Tags Python 3
SHA-256 checksum
How to use checksums
6b0ff3d4ca08aee21180a8873be238e7598efbf40b3cf33246fd83d82eab47ce
BLAKE2b-256 checksum
How to use checksums
e86606d868cadbdf3dc387e05ecbc1fa673d39b451763d7293f9cf55f6aa269d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 13, 2026.

Transparency log

Release history Release notifications | RSS feed

1.11.0

2 release files

1.10.0

2 release files

1.9.0

2 release files

1.8.0

2 release files

1.7.1

2 release files

This release

1.7.0 This release

2 release files

1.6.1

2 release files

1.6.0

2 release files

1.5.0

2 release files

1.4.0

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page