Skip to content

Commit

Permalink
add live container name for sam2-pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
eliteprox committed Nov 21, 2024
1 parent 2bd341e commit 3792855
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions worker/docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ var livePipelineToImage = map[string]string{
"streamdiffusion": "livepeer/ai-runner:live-app-streamdiffusion",
"liveportrait": "livepeer/ai-runner:live-app-liveportrait",
"comfyui": "livepeer/ai-runner:live-app-comfyui",
"segment_anything_2" : "livepeer/ai-runner:live-app-segment_anything_2",
}

type DockerManager struct {
Expand Down

0 comments on commit 3792855

Please sign in to comment.