Simplify H3 beat timing and cleanup

This commit is contained in:
2026-09-03 08:56:43 +00:00
parent 769257513b
commit e098e44bf1
4 changed files with 105 additions and 167 deletions
+3 -3
View File
@@ -12,7 +12,7 @@ const GROUPS = [
id: "prompt",
label: "Prompt",
defaultCollapsed: false,
widgets: ["prompt", "resolution", "megapixels", "beat_split", "anchor_override", "per_beat_length", "shot_seconds", "plan_only", "fps"],
widgets: ["prompt", "resolution", "megapixels", "beat_split", "anchor_override", "shot_seconds", "plan_only", "fps"],
},
{
id: "refs",
@@ -27,8 +27,8 @@ const GROUPS = [
widgets: [
"steps", "cfg", "sampler_name", "scheduler", "seed",
"apply_model_sampling", "shift_video", "shift_audio",
"allow_oversize_shots", "vram_headroom_gb", "allow_res_backoff",
"decode_tile_frames", "decode_tile_size", "cleanup_between_shots",
"vram_headroom_gb", "allow_res_backoff",
"decode_tile_frames", "decode_tile_size",
],
},
{