We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3091328 commit b9bb93fCopy full SHA for b9bb93f
worker/docker.go
@@ -54,6 +54,7 @@ var livePipelineToImage = map[string]string{
54
"streamdiffusion": "livepeer/ai-runner:live-app-streamdiffusion",
55
"liveportrait": "livepeer/ai-runner:live-app-liveportrait",
56
"comfyui": "livepeer/ai-runner:live-app-comfyui",
57
+ "noop": "livepeer/ai-runner:live-app-noop",
58
}
59
60
type DockerManager struct {
0 commit comments