Having Issues with Command Line

hey all, getting some funkyness with the CLI (current version - 3.2.1) on Windows 11 using the below command line:

ffmpeg -hide_banner -nostdin -y -nostats -i “C:/Users/goat/OneDrive/Desktop/filename test.mov” -sws_flags spline+accurate_rnd+full_chroma_int -color_trc 1 -colorspace 1 -color_primaries 1 -filter_complex tvai_fi=model=chf-3:slowmo=1:rdt=-0.000001:fps=60:device=0:vram=1:instances=1,scale=out_color_matrix=bt709 -c:v prores_ks -profile:v 3 -vendor apl0 -quant_mat hq -bits_per_mb 1350 -pix_fmt yuv422p10le -map_metadata 0 -movflags frag_keyframe+empty_moov+delay_moov+use_metadata_tags+write_colr -map_metadata:s:v 0:s:v -map_metadata:s:a 0:s:a -c:a copy “C:/Users/goat/OneDrive/Desktop/new file.mov”

Errors are:

Metadata:
major_brand : qt
minor_version : 537199360
compatible_brands: qt
creation_time : 2023-04-16T09:31:32.000000Z
Duration: 00:04:56.10, start: 0.000000, bitrate: 84130 kb/s
Stream #0:00x1: Video: prores (HQ) (apch / 0x68637061), yuv422p10le(bt709, progressive), 734x720, 82566 kb/s, SAR 489:367 DAR 163:120, 30 fps, 30 tbr, 30 tbn (default)
Metadata:
creation_time : 2023-04-16T09:31:32.000000Z
handler_name : Apple Video Media Handler
vendor_id : appl
encoder : Apple ProRes 422 HQ
timecode : 00:00:00:00
Stream #0:10x2: Audio: pcm_s16le (sowt / 0x74776F73), 48000 Hz, stereo, s16, 1536 kb/s (default)
Metadata:
creation_time : 2023-04-16T09:31:32.000000Z
handler_name : Apple Sound Media Handler
vendor_id :
timecode : 00:00:00:00
Stream #0:20x3: Data: none (tmcd / 0x64636D74) (default)
Metadata:
creation_time : 2023-04-16T09:31:32.000000Z
handler_name : Time Code Media Handler
timecode : 00:00:00:00
[tvai_fi @ 000001CD5DC319C0] Unable to parse option value “0” as video rate
Stream mapping:
Stream #0:0 (prores) → tvai_fi:default
scale:default → Stream #0:0 (prores_ks)
Stream #0:1#0:1 (copy)
[tvai_fi @ 000001CD5DC31880] Unable to parse option value “0” as video rate
[Parsed_tvai_fi_0 @ 000001CD5E55BBC0] Model not found: chf-3
[Parsed_tvai_fi_0 @ 000001CD5E55BBC0] Failed to configure output pad on Parsed_tvai_fi_0
Error reinitializing filters!
Failed to inject frame into filter network: Invalid argument
Error while processing the decoded data for stream #0:0
Conversion failed!

All paths are legit for the models etc.

I’m going to say you need to update your environment variables. My commands suddenly stopped working the other day. I noticed in the documentation there’s a part that says “* If you have an existing models folder, you may select it by setting the TVAI _MODEL_DATA_DIR setting in your system environment variables. If you do not already have downloaded models in this folder, you will need to copy the model JSON files from the download into this folder.”
When I copied the JSON files over, it started working again.