This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

[HELP] Things went wrong after saving global profile with VS yuv420 chroma location left
#26
Gemini tolds me I can change part the content of vsmlrt.py from

Quote:    if input_format != output_format:
        raise ValueError("input format must be equal to output format")

to

Quote:    output_format = input_format
    if input_format != output_format:
        raise ValueError("input format must be equal to output format")

Now DPIRDenoise(mlrt)(TensorRT FP16) is working at my original speed 15 fps. SCUNet(mlrt) (TensorRT FP16) back to 3~5 fps.

Could this cause any problem?
Reply


Messages In This Thread
RE: Things went wrong after saving global profile with VS yuv420 chroma location left - by andrewschen - 22.06.2026, 08:16

Forum Jump:


Users browsing this thread: 1 Guest(s)