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.

Real Cugan Resizer richtig verwenden (1x)
#1
Ich habe eine Frage:

Wie stelle ich es ein, dass ich mit Real Cugan Animes schärfen kann, aber die Auflösung beibehalte, also quasi 1x Auflösung. Ist dies überhaupt möglich? Ich hatte mal einen Versuch gemacht, aber es änderte sich nichts, außer, dass die Datei kleiner war.
Ich verwende Windows 10 und die Qt6-Version von Hybrid.
Reply
#2
Nein, bei RealCUGAN wird immer resized, aber wenn Du einfach RealCugan als Resizer wählen und die Auflösung (Crop/Resize->Resizer->Picture Resize) da lässt, wo Du hin willst, Hybrid passt die Auflösung an.
Was passiert ist:
  • Hybrid wendet RealCUGAN entsprechend der Einstellungen an.
  • Hybrid verwendet den als Downsizer gewählten Resizer an, um die Auflösung auf die gewünschte Zielauflösung anzupassen.
Hier ein Beispiel des generierten Codes:
# adjusting color space from YUV420P10 to RGBS for vsRealCUGAN
clip = core.resize.Bicubic(clip=clip, format=vs.RGBS, matrix_in_s="709", range_s="limited")
# resizing using RealCUGAN
clip = core.rcnv.RealCUGAN(clip=clip, noise=0, syncgap=2) # 2560x1440
# resizing 2560x1440 to 1280x720
clip = core.fmtc.resample(clip=clip, w=1280, h=720, kernel="spline64", interlaced=False, interlacedd=False)
Persönlich bin ich kein Fan von RealCUGAN, aber wenn es bei Deinem Input Ergebnisse liefert, die Dir gefallen, top. Smile
Gerade bei Animes macht es meiner Erfahrung nach oft mehr Sinn, VSMLRT oder VSGAN mit Modellen von https://openmodeldb.info/ zu verwenden.

Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)