Vintendopower commited on
Commit
2efb01a
·
verified ·
1 Parent(s): 60925f4

Upload runtime_manifest.json

Browse files
Files changed (1) hide show
  1. runtime_manifest.json +70 -0
runtime_manifest.json ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema_version": 1,
3
+ "active_id": "vtx_runtime",
4
+ "runtimes": [
5
+ {
6
+ "id": "vtx_runtime",
7
+ "required_workflow_files": [
8
+ "workflows/vibevoice_tts.json",
9
+ "workflows/text_to_video.json",
10
+ "workflows/text_to_video_msr.json",
11
+ "workflows/LTX-2.3_V2V_Extend_Any_Video.json",
12
+ "workflows/image_to_video.json",
13
+ "workflows/image_audio_video.json",
14
+ "workflows/image_audio_to_video.json",
15
+ "workflows/flux_kontext_editor_split.json",
16
+ "workflows/utility_birefnet_remove_background.json",
17
+ "workflows/audio_ace_step1_5_xl_turbo.json",
18
+ "workflows/z_image_turbo.json"
19
+ ],
20
+ "required_custom_nodes": [
21
+ "audio-separation",
22
+ "ComfyMath",
23
+ "ComfyUI-ACE-Step",
24
+ "ComfyUI-AudioScheduler",
25
+ "ComfyUI-ConditioningKrea2Rebalance",
26
+ "comfyui-easy-use",
27
+ "comfyui-frame-interpolation",
28
+ "ComfyUI-GGUF",
29
+ "comfyui-kjnodes",
30
+ "ComfyUI-Licon-MSR",
31
+ "ComfyUI-LTXVideo",
32
+ "comfyui-reactor",
33
+ "ComfyUI-VibeVoice",
34
+ "comfyui-videohelpersuite",
35
+ "ComfyUI-VTX-Audio",
36
+ "rgthree-comfy",
37
+ "tts_audio_suite"
38
+ ],
39
+ "archive_filename": "VTX_Runtime_1.0.0.zip",
40
+ "required_model_subdirs": [
41
+ "checkpoints",
42
+ "loras",
43
+ "vae",
44
+ "clip",
45
+ "diffusion_models",
46
+ "embeddings",
47
+ "controlnet",
48
+ "upscale_models"
49
+ ],
50
+ "url": "https://huggingface.co/ManChildTechnologies/VTX-Runtime/resolve/main/VTX_Runtime_1.0.0.zip?download=true",
51
+ "version": "1.0.0",
52
+ "extract_root_name": "ComfyUI_windows_portable",
53
+ "size_bytes": 3803145177,
54
+ "required_paths": [
55
+ "ComfyUI/main.py",
56
+ "python_embeded/python.exe",
57
+ "ComfyUI/custom_nodes",
58
+ "ComfyUI/models"
59
+ ],
60
+ "comfy_subdir": "ComfyUI",
61
+ "required_app_files": [
62
+ "runtime_config.json",
63
+ "runtime_manifest.json",
64
+ "ffmpeg/bin/ffmpeg.exe",
65
+ "ffmpeg/bin/ffprobe.exe"
66
+ ],
67
+ "sha256": "4b9dd607b6703d3ea25abefc8df7d7b5d76ac5d5cfcdda803f1806787c7aade9"
68
+ }
69
+ ]
70
+ }