-
Notifications
You must be signed in to change notification settings - Fork 1
/
configs.yaml
37 lines (37 loc) · 988 Bytes
/
configs.yaml
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
35
36
37
project_dir: beats
project_name: lofi
seed: 42
music:
prompt: "lo-fi music with slow beats and a piano melody"
model_id: facebook/musicgen-small
device: cpu
n_music: 5
music_duration: 40
initial_music_tokens: 1500
max_continuation_duration: 30
prompt_music_duration: 5
image:
prompt: "Mystical Landscape"
prompt_modifiers:
- "concept art, HQ, 4k"
- "epic scene, cinematic, sci fi cinematic look, intense dramatic scene"
- "digital art, hyperrealistic, fantasy, dark art"
- "digital art, hyperrealistic, sense of comsmic wonder"
- "mystical and ethereal atmosphere, photo taken with a wide-angle lens"
model_id: stabilityai/sdxl-turbo
device: mps
n_images: 5
inference_steps: 3
height: 576
width: 1024
video:
model_id: stabilityai/stable-video-diffusion-img2vid
device: cpu
n_continuations: 2
loop_video: true
video_fps: 6
decode_chunk_size: 8
motion_bucket_id: 127
noise_aug_strength: 0.1
audio_clip:
n_music_loops: 3