Commit 803f709
Add controlnet-aux dependency so frame-openpose runs in local mode
The OpenPose UDF needs controlnet-aux, which was pinned only in its worker
manifest (installed on remote workers in enterprise mode). Local Ray shares the
driver's env, so `frame-openpose --mode local` failed with
`ModuleNotFoundError: No module named 'controlnet_aux'`. Every other model UDF's
deps (torch, open-clip, transformers, av, pypdf) are already top-level, so this
was the one gap. Verified frame-openpose now completes locally on CPU.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 699d99f commit 803f709
2 files changed
Lines changed: 221 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
0 commit comments