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 for Remaster
#11
Okay, running it through seedvr2 using ComfyUI won't work, since something is broken in my ComfyUI setup, which at the start of the processing eats all my ram and then crashes Windows. Rolleyes
But I doubt even a diffusion resizer will add much usable details to something like this. Sad

Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Offline between (including) 29th of June and 5th of July => RockHarz Festival
Reply
#12
Big Grin Friend, you're really good at this. How did you configure eatch filters?
Reply
#13
See the script I linked to. Big Grin
here are the relevant parts:
# Spot removal using SpotLess + DeltaRestore clip = SpotLess.SpotDelta(clip, radT=3, rec=True, pel=1, dark2_brt=0.97) # remove jitter using DeJitter clip = core.vcm.DeJitter(clip) # removing flickering using ReduceFlicker clip = core.rdfl.ReduceFlicker(clip, strength=3, aggressive=1) clip = core.std.Crop(clip, left=28, right=6, top=2, bottom=16) # cropping to 686x558 # Fix bright and dark line artifacts near the border of an image using BalanceBorders clip = edge.bbmod(clip, cLeft=8, cTop=8, cRight=0, cBottom=0) # denoising using VsRemoveDirtMC clip = removeDirt.RemoveDirtMC(clip) # denoising using MCTemporalDenoise clip = denoise.MCTemporalDenoise(clip, settings="very high", ncpu=10)

Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Offline between (including) 29th of June and 5th of July => RockHarz Festival
Reply
#14
Will De jitter correct edge and image glitches?
Reply
#15
Not in general, it is meant to help with vhs jitter a bit, depending on the source it can do good but also harm. So it is not a general fiter to use.
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Offline between (including) 29th of June and 5th of July => RockHarz Festival
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)