返回 JoyAI-Echo
inference.consumer.bf16.yaml
根目录 / echo_longvideo / configs / inference.consumer.bf16.yaml
1 # Echo 1.5 BF16 consumer-GPU profile.
2 # Uses full DiT offload and therefore requires substantial system RAM.
3
4 paths:
5 checkpoint: checkpoints/echo15_full_dmd
6 gemma_path: checkpoints/gemma-3-12b
7 requests_dir: examples/the_last_visa/requests
8 requests_glob: "*.json"
9 output_root: inference_result/consumer_bf16
10 # Set this after precomputing complete text/image/audio R2V conditioning.
11 conditioning_cache_dir:
12
13 video:
14 num_frames: 241
15 height: 736
16 width: 1280
17 fps: 25
18 seed: 42
19
20 video_vae:
21 decode_mode: tiled
22 tile_size_frames: 64
23 tile_overlap_frames: 24
24 tile_size_pixels: 512
25 tile_overlap_pixels: 64
26
27 denoising:
28 steps: [1000, 994, 988, 981, 975, 909, 725, 422, 0]
29 sigmas: [1.0, 0.99375, 0.9875, 0.98125, 0.975, 0.909375, 0.725, 0.421875, 0.0]
30
31 memory:
32 max_size: 7
33 downscale_factor: 1
34 enable_audio: true
35 position_mode: slot_center
36 position_offset: 500.0
37 position_slot_stride: 50.0
38 voice_filter:
39 enabled: true
40 backend: msst_speech
41 min_output_rms: 0.004
42 msst_dir: third_party/MSST-WebUI
43 msst_model_path: checkpoints/msst/model_bandit_plus_dnr_sdr_11.47.chpt
44 msst_config_path: third_party/MSST-WebUI/configs_backup/multi_stem_models/model_bandit_plus_dnr_sdr_11.47.chpt.yaml
45 msst_model_type: bandit
46 msst_sample_rate: 44100
47 msst_device: auto
48 msst_local_rank_env: LOCAL_RANK
49
50 inference:
51 device: cuda
52 dtype: bfloat16
53 prompt_max_chars: 1500
54 text_batch_size: 1
55 image_batch_size: 1
56 audio_batch_size: 1
57 dit_layerwise_offload:
58 enabled: true
59 resident_blocks: 0
60 prefetch_blocks: 1
61 pin_memory: true
62
62 lines YAML