Selur's Little Message Board

Full Version: Need Help with jaggy lines
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Yes sir. System hanging after reinstalling. Windows defender working strange. Don't know why.
Checked the VapoursynthR70_torch_2025.01.30.7z file, it contains all the models in Vapoursynth\Lib\site-packages\vsbasicvsrpp\models\.
1. Download VapoursynthR70_torch_2025.01.30.7z
2. Extract it somewhere where you don't need admin rights
3. Delete Hybrid\64bit\Vapoursynth-folder
4. move the extracted Vapoursynth-folder into your Hybrid\64bit-folder (here Windows should prompt for admin rights)
=> seems fine to me

Cu Selur
Tried deleting VS folder and extracting VS folder from VapoursynthR70_torch_2025.01.30. Still Same error coming while opening VS preview.
Did I missed anything?

Noticed File sizes of those basicvsr++ models are 0. why?

Security scan required
Your administrator requires a security scan of this item. The scan could take up to 10 seconds.

I get this message from Windows Defender periodically after running python -m vsbasicvsrpp

But success now basicvsrpp working.
Argh, you are correct, my fault, I overlooked it and assumed the models were there.
=> will upload a new torch addon package. (Sorry)
But happy you managed it with the call.
(the scan is normal, since it's a protected folder)

Cu Selur
Thank you sir,

No need to ask sorry. You are helping us a lot.

Problem now is I couldn't stop chroma bleeding using 1x_BleedOut_Compact_300k_net_g  or awarpsharp with chroma only.

I think white balancing is also required. Video overall looks light pinkish. Can you guide me how to fix such things.

[Image: alltogether-test2-mp4-snapshot-00-03-623a.jpg]
Quote: Problem now is I couldn't stop chroma bleeding using 1x_BleedOut_Compact_300k_net_g or awarpsharp with chroma only.
adding a chroma shift does seem to help, for example:
Code:
# Chroma adjustment using ChromaShiftSP
clip = chromashift.ChromaShiftSP(clip=clip, X=2.00, jeh=False)


Quote: I think white balancing is also required. Video overall looks light pinkish. Can you guide me how to fix such things.
You can try AutoWhite or adjust the colors whoever you want, there are tons of options.

AutoWhite+BleedOut+ChromaShiftSP+BasicVSR++: https://imgsli.com/MzQ0ODMy


Cu Selur
Good. But the image still having pink bleed on glass frames, cup, some lines etc.

Is there anyway to fix them?
Probably if you write some custom code ad manage to mask the content and then maybe use aWarphSharps on it. (you are on your own there)
Some model from https://openmodeldb.info/ might also be able to help. Or maybe some anime resizer might help.
With some sharpening and without chroma shift:
Script: https://pastebin.com/5xJD7w6e
Preview: https://imgsli.com/MzQ1MTUw
the chroma shadows are still there ¯\_(ツ)_/¯

Cu Selur
Pages: 1 2