-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.example.json
More file actions
156 lines (156 loc) · 4.75 KB
/
Copy pathconfig.example.json
File metadata and controls
156 lines (156 loc) · 4.75 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
{
"endpoint": "http://127.0.0.1:11436",
"completion_path": "/v1/chat/completions",
"model": "offload-e4b",
"triage_model": "gemma4-e2b",
"escalation_model": "gemma4-26b-a4b",
"reasoning_model": "gemma4-26b-a4b",
"agent_model": "",
"agent_timeout_sec": 0,
"vision_model": "",
"ocr_model": "",
"vision_max_image_bytes": 6000000,
"ocr_max_tokens": 1024,
"video_fps": 2,
"video_max_frames": 12,
"video_frame_width": 512,
"ffmpeg_path": "ffmpeg",
"stt_model": "",
"stt_model_hq": "",
"stt_hq_api": "",
"stt_language": "",
"stt_vad": true,
"stt_max_inline_segments": 120,
"stt_unload_after": true,
"stt_request_timeout_sec": 1800,
"media_dir": "~/.local-offload/media",
"svg_dir": "~/.local-offload/svg",
"imagegen_script": "",
"node_path": "node",
"comfy_dir": "C:/ComfyUI",
"imagegen_timeout_sec": 720,
"imagegen_ckpt": "",
"imagegen_family": "",
"imagegen_vae": "",
"imagegen_steps": 0,
"imagegen_cfg": 0,
"imagegen_sampler": "",
"imagegen_scheduler": "",
"imagegen_preset": "",
"imagegen_clip": "",
"imagegen_lora": "",
"imagegen_lora_strength": 0,
"imagegen_shift": 0,
"imagegen_refiner_model": "",
"imagegen_refiner_timeout_sec": 30,
"imagegen_engine": "",
"sdcpp_bin": "",
"sdcpp_script": "render/sdcpp-generate.mjs",
"sdcpp_model": "",
"sdcpp_model_kind": "",
"sdcpp_vae": "",
"sdcpp_clip_l": "",
"sdcpp_clip_g": "",
"sdcpp_t5xxl": "",
"sdcpp_llm": "",
"sdcpp_extra_args": null,
"inpaint_script": "",
"inpaint_ckpt": "",
"inpaint_vae": "",
"inpaint_steps": 0,
"inpaint_cfg": 0,
"inpaint_sampler": "",
"inpaint_scheduler": "",
"inpaint_timeout_sec": 900,
"gen_edit_script": "",
"gen_edit_unet": "",
"gen_edit_preset": "lightning8",
"gen_edit_lora": "",
"gen_edit_lora_strength": 0,
"gen_edit_clip": "",
"gen_edit_vae": "",
"gen_edit_steps": 0,
"gen_edit_cfg": 0,
"gen_edit_sampler": "",
"gen_edit_scheduler": "",
"gen_edit_timeout_sec": 1800,
"videogen_script": "render/comfy-video.mjs",
"run_graph_script": "render/comfy-run-graph.mjs",
"voicegen_script": "render/tts.mjs",
"voicegen_ref": "",
"voicegen_ft_model": "",
"voicegen_ft_base_dir": "",
"voicegen_ft_ref": "",
"voicegen_ft_lang": "",
"voicegen_ft_temperature": 0,
"voicegen_ft_cfg_weight": 0,
"voicegen_ft_exaggeration": 0,
"voicegen_ft_repetition_penalty": 0,
"musicgen_script": "render/comfy-music.mjs",
"videogen_timeout_sec": 1500,
"videogen_width": 0,
"videogen_height": 0,
"videogen_frames": 0,
"videogen_upscale_model": "",
"videogen_upscale_width": 0,
"videogen_upscale_height": 0,
"edit_python": "",
"gimp_console_path": "",
"edit_timeout_sec": 300,
"videogen_unet_high": "",
"videogen_unet_low": "",
"videogen_text_encoder": "",
"audiogen_timeout_sec": 720,
"gpu_wait_ms": 90000,
"gpu_lock_path": "",
"home": "",
"state_dir": "",
"vision_gpu_wait_sec": 90,
"memory_stack": ["embeddinggemma","bge-reranker-v2-m3"],
"embed_model": "embeddinggemma",
"temperature": 0,
"max_retries": 1,
"classify_min_confidence": 0.45,
"confidence_margin_threshold": 0.35,
"max_input_chars": 24000,
"gcf_compact": true,
"cache_path": "~/.local-offload/cache.db",
"ledger_path": "~/.local-offload/ledger.jsonl",
"thresholds_path": "~/.local-offload/thresholds.json",
"tier_overrides_path": "~/.local-offload/tier_overrides.json",
"router_weights_path": "~/.local-offload/router-weights.json",
"confhead_path": "~/.local-offload/confhead-weights.json",
"router_labels_path": "~/.local-offload/router-labels.jsonl",
"confhead_labels_path": "~/.local-offload/confhead-labels.jsonl",
"confhead_thresholds_path": "~/.local-offload/confhead-thresholds.json",
"confhead_enabled": false,
"exemplars_dir": "~/.local-offload/exemplars",
"exemplar_shots": 0,
"auto_heal": false,
"target_error_rate": null,
"opus_input_price_per_mtok": 15,
"request_timeout_sec": 120,
"shadow_enabled": false,
"shadow_rate": 0.1,
"shadow_queue_path": "~/.local-offload/shadow-queue.jsonl",
"summarize_sim_threshold": 0.8,
"agent_trajectory_capture_enabled": false,
"agent_trajectory_rate": 0.1,
"agent_trajectory_queue_path": "~/.local-offload/agent-trajectory-queue.jsonl",
"agent_trajectory_labels_path": "~/.local-offload/agent-trajectory-labels.jsonl",
"knn_prefilter_enabled": false,
"knn_index_path": "~/.local-offload/knn-index.jsonl",
"knn_prefilter_k": 7,
"knn_min_neighbors": 20,
"knn_prefilter_threshold": 0.5,
"knn_embed_timeout_ms": 2000,
"nim_endpoint": "https://integrate.api.nvidia.com/v1",
"nim_model": "nvidia/nemotron-3-ultra-550b-a55b",
"nim_max_tokens": 1024,
"nim_timeout_sec": 120,
"fleet_listen": "127.0.0.1:18811",
"fleet_node_id": "",
"fleet_sampler": "auto",
"primary_gpu_uuid": "",
"pipelines": null
}