08.06.2026, 21:39
Getting below error in GUI
--- STARTING BATCH ---
⚠️ Error getting video info: CompletedProcess(args=['F:/AI_Works/DiTServerRPC/.venv/Lib/site-packages/vapoursynth/vspipe.exe', '--info', 'F:/AI_Works/DiTServerRPC/GUI/scripts\\vs_info.vpy', '-a', 'VideoPath=F:/AI_Works/DiTServerRPC/GUI/samples\\sample_bw.mp4'], returncode=1, stdout='', stderr="Failed to initialize VSScript. VSScript reported error: Python executable and library path couldn't be determined despite automatic configuration. Run `vapoursynth config` to set it for this Python installation and then try again.\n")
>>> STARTING TASK: EXTRACT
ℹ️ Starting extraction with script: "F:/AI_Works/DiTServerRPC/GUI/scripts\extract_refs_edge.vpy"
[EXTRACT] Failed to initialize VSScript. VSScript reported error: Python executable and library path couldn't be determined despite automatic configuration. Run `vapoursynth config` to set it for this Python installation and then try again.
⚠️ Error getting video info: CompletedProcess(args=['F:/AI_Works/DiTServerRPC/.venv/Lib/site-packages/vapoursynth/vspipe.exe', '--info', 'F:/AI_Works/DiTServerRPC/GUI/scripts\\vs_info.vpy', '-a', 'VideoPath=F:/AI_Works/DiTServerRPC/GUI/samples\\sample_bw.mp4'], returncode=1, stdout='', stderr="Failed to initialize VSScript. VSScript reported error: Python executable and library path couldn't be determined despite automatic configuration. Run `vapoursynth config` to set it for this Python installation and then try again.\n")
>>> STARTING TASK: COLORIZE
ℹ️ No images to colorize.
>>> STARTING TASK: ENCODE
⚠️ Error getting video info: CompletedProcess(args=['F:/AI_Works/DiTServerRPC/.venv/Lib/site-packages/vapoursynth/vspipe.exe', '--info', 'F:/AI_Works/DiTServerRPC/GUI/scripts\\vs_info.vpy', '-a', 'VideoPath=F:/AI_Works/DiTServerRPC/GUI/samples\\sample_bw.mp4'], returncode=1, stdout='', stderr="Failed to initialize VSScript. VSScript reported error: Python executable and library path couldn't be determined despite automatic configuration. Run `vapoursynth config` to set it for this Python installation and then try again.\n")
ℹ️ Starting encoding with script: "encode_cmnet2.vpy"
----------------------------------------------------------------
[ENCODE] "F:/AI_Works/DiTServerRPC/.venv/Lib/site-packages/vapoursynth/vspipe.exe" "F:/AI_Works/DiTServerRPC/GUI/scripts\encode_cmnet2.vpy" - -a "VideoPath=F:/AI_Works/DiTServerRPC/GUI/samples\sample_bw.mp4" -a "RefDir=F:/AI_Works/DiTServerRPC/GUI/samples\ref_qwen" -a "RenderSpeed=auto" -a "MemoryFrames=20" --outputindex 0 -c y4m | "F:/AI_Works/DiTServerRPC/GUI/tools/x265/x265.exe" --preset fast --input - --fps 24000/1001 --output-depth 10 --y4m --profile main10 --crf 20.00 --output "F:/AI_Works/DiTServerRPC/GUI/samples\sample_bw_cmnet2_dt-color.h265"
----------------------------------------------------------------
[COMPLETED] Encoding: F:/AI_Works/DiTServerRPC/GUI/samples\sample_bw.mp4 @ 24000/1001 fps
[COMPLETED] All tasks completed successfully.
[COMPLETED] All tasks completed.
--- STARTING BATCH ---
⚠️ Error getting video info: CompletedProcess(args=['F:/AI_Works/DiTServerRPC/.venv/Lib/site-packages/vapoursynth/vspipe.exe', '--info', 'F:/AI_Works/DiTServerRPC/GUI/scripts\\vs_info.vpy', '-a', 'VideoPath=F:/AI_Works/DiTServerRPC/GUI/samples\\sample_bw.mp4'], returncode=1, stdout='', stderr="Failed to initialize VSScript. VSScript reported error: Python executable and library path couldn't be determined despite automatic configuration. Run `vapoursynth config` to set it for this Python installation and then try again.\n")
>>> STARTING TASK: EXTRACT
ℹ️ Starting extraction with script: "F:/AI_Works/DiTServerRPC/GUI/scripts\extract_refs_edge.vpy"
[EXTRACT] Failed to initialize VSScript. VSScript reported error: Python executable and library path couldn't be determined despite automatic configuration. Run `vapoursynth config` to set it for this Python installation and then try again.
⚠️ Error getting video info: CompletedProcess(args=['F:/AI_Works/DiTServerRPC/.venv/Lib/site-packages/vapoursynth/vspipe.exe', '--info', 'F:/AI_Works/DiTServerRPC/GUI/scripts\\vs_info.vpy', '-a', 'VideoPath=F:/AI_Works/DiTServerRPC/GUI/samples\\sample_bw.mp4'], returncode=1, stdout='', stderr="Failed to initialize VSScript. VSScript reported error: Python executable and library path couldn't be determined despite automatic configuration. Run `vapoursynth config` to set it for this Python installation and then try again.\n")
>>> STARTING TASK: COLORIZE
ℹ️ No images to colorize.
>>> STARTING TASK: ENCODE
⚠️ Error getting video info: CompletedProcess(args=['F:/AI_Works/DiTServerRPC/.venv/Lib/site-packages/vapoursynth/vspipe.exe', '--info', 'F:/AI_Works/DiTServerRPC/GUI/scripts\\vs_info.vpy', '-a', 'VideoPath=F:/AI_Works/DiTServerRPC/GUI/samples\\sample_bw.mp4'], returncode=1, stdout='', stderr="Failed to initialize VSScript. VSScript reported error: Python executable and library path couldn't be determined despite automatic configuration. Run `vapoursynth config` to set it for this Python installation and then try again.\n")
ℹ️ Starting encoding with script: "encode_cmnet2.vpy"
----------------------------------------------------------------
[ENCODE] "F:/AI_Works/DiTServerRPC/.venv/Lib/site-packages/vapoursynth/vspipe.exe" "F:/AI_Works/DiTServerRPC/GUI/scripts\encode_cmnet2.vpy" - -a "VideoPath=F:/AI_Works/DiTServerRPC/GUI/samples\sample_bw.mp4" -a "RefDir=F:/AI_Works/DiTServerRPC/GUI/samples\ref_qwen" -a "RenderSpeed=auto" -a "MemoryFrames=20" --outputindex 0 -c y4m | "F:/AI_Works/DiTServerRPC/GUI/tools/x265/x265.exe" --preset fast --input - --fps 24000/1001 --output-depth 10 --y4m --profile main10 --crf 20.00 --output "F:/AI_Works/DiTServerRPC/GUI/samples\sample_bw_cmnet2_dt-color.h265"
----------------------------------------------------------------
[COMPLETED] Encoding: F:/AI_Works/DiTServerRPC/GUI/samples\sample_bw.mp4 @ 24000/1001 fps
[COMPLETED] All tasks completed successfully.
[COMPLETED] All tasks completed.

