-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathreactor.yaml
More file actions
34 lines (30 loc) · 827 Bytes
/
Copy pathreactor.yaml
File metadata and controls
34 lines (30 loc) · 827 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
apiVersion: v1beta
kind: VideoModel
model:
name: alaya-world
version: v0.0.1
description: |
Play AlayaWorld live: a starting image, a prompt you can change mid-rollout,
and six camera axes, streamed as it generates.
resources:
gpu:
type: NVIDIA_B200
count: 1
runtime:
import: reactor.alayaworld:AlayaWorld
config: reactor/alayaworld.yaml
# Weights and the two pinned code dependencies are downloaded here on first
# load and mounted by the CLI, so they stay out of the image and survive a
# rebuild. The layout inside mirrors the repository's own `checkpoints/`.
weights_path: ./checkpoints
build:
runtime_version: "3.1.2"
recording:
enabled: true
chunk_seconds: 4
clip_max_seconds: 300
video_track: main_video
video:
codec: h264
preset: veryfast
crf: 23