Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. |
7th January 2023, 21:22 | #124 | Link |
Registered User
Join Date: Oct 2001
Location: Germany
Posts: 7,424
|
A few more examples of vs-femasr:
not bad: https://imgsli.com/MTQ1ODI3 https://imgsli.com/MTQ1ODI4 https://imgsli.com/MTQ1ODI5 https://imgsli.com/MTQ1ODM1 nice detail recovery, but partially too sharp (too much contrast) for my liking, and if you have noise&co that might get enhanced too. https://imgsli.com/MTQ1ODM5 Cu Selur |
27th January 2023, 10:00 | #125 | Link |
Registered User
Join Date: Oct 2001
Location: Germany
Posts: 7,424
|
High Performance GMFSS with RIFE and GAN for Anime Video Frame Interpolation: https://github.com/HolyWu/vs-gmfss_union
|
27th January 2023, 11:55 | #127 | Link |
Registered User
Join Date: Dec 2005
Location: Germany
Posts: 1,807
|
Some quick performance numbers with RTX 3070 TI & 720x480 clip (noisy source):
tested with vsedit, so number should be slighlty higher bcs of the editors small overhead. Code:
gmfss_union(clip) # ~14fps gmfss_union(clip, trt=True) # ~17fps, tensor cache took a long time to build gmfss_union(clip, num_streams=2) # ~17.5fps gmfss_union(clip, num_streams=3) # ~18.9fps gmfss_union(clip, trt=True, num_streams=2) # ~21.5fps gmfss_union(clip, trt=True, num_streams=3) # ~22.5fps
__________________
AVSRepoGUI // VSRepoGUI - Package Manager for AviSynth // VapourSynth VapourSynth Portable FATPACK || VapourSynth Database |
27th January 2023, 18:25 | #129 | Link |
Registered User
Join Date: Dec 2005
Location: Germany
Posts: 1,807
|
https://github.com/HolyWu/vs-rife runs with 175 fps
clip = RIFE(clip) https://github.com/HomeOfVapourSynth...FE-ncnn-Vulkan rife.RIFE(clip, model=3) # ~78fps Look at this perfect frame https://i.imgur.com/r2GAnRI.jpeg
__________________
AVSRepoGUI // VSRepoGUI - Package Manager for AviSynth // VapourSynth VapourSynth Portable FATPACK || VapourSynth Database Last edited by ChaosKing; 27th January 2023 at 18:30. |
27th January 2023, 18:41 | #130 | Link |
Registered User
Join Date: Oct 2001
Location: Germany
Posts: 7,424
|
Okay, so it's really slow.
(for RIFE enabling sc and setting sc_threshold to something like 0.1 might help a bit) ... Played around with it and probably won't add this to Hybrid since I don't see any gain from it over RIFE&co atm. Last edited by Selur; 28th January 2023 at 09:39. |
8th February 2023, 20:07 | #132 | Link |
Registered User
Join Date: Oct 2001
Location: Germany
Posts: 7,424
|
Probably an issue with the cuda dependencies,
here's what I did last time I setup the environment:
Cu Selur Ps.: also send you a link to my current Hybrid dev and torch addon, going to bed now. You might want to checkout |
24th March 2023, 19:05 | #133 | Link |
Registered User
Join Date: Oct 2001
Location: Germany
Posts: 7,424
|
Anyone managed to get BasicVSR++ v2.0.0 running in a portable Vapoursynth setup?
I'm stuck https://github.com/HolyWu/vs-basicvsrpp/issues/29 installing mmcv-full. Cu Selur Last edited by Selur; 24th March 2023 at 20:12. |
25th March 2023, 09:56 | #134 | Link |
Registered User
Join Date: Oct 2001
Location: Germany
Posts: 7,424
|
HolyWu could help, using:
Code:
python -m pip install torch==1.13.1+cu117 torchvision==0.14.1+cu117 --extra-index-url https://download.pytorch.org/whl/cu117 python -m pip install -U openmim python -m mim install "mmcv-full>=1.7.1" python -m pip install -U vsbasicvsrpp python -m vsbasicvsrpp Cu Selur |
31st March 2023, 13:01 | #135 | Link |
Registered User
Join Date: Oct 2001
Location: Germany
Posts: 7,424
|
With the release of Vapoursynth R62, it's either Python 3.11 or Python 3.8. (Python 3.8 is still there to support old Windows versions and Python 3.10 support was dropped not to having to support multiple Python versions.)
So Python 3.11 is probably what most folks want to go for, but since there are no cp311 pytorch versions over at https://download.pytorch.org/whl/torch/ for Windows I was wondering if someone got a way to get all the ai stuff working with Python 3.11 and Vapoursynth R62? Cu Selur |
1st April 2023, 10:46 | #136 | Link |
Registered User
Join Date: Oct 2001
Location: Germany
Posts: 7,424
|
btw. did anyone test https://github.com/HolyWu/vs-codeformer ?
https://imgsli.com/MTY2MTM5 Suzie: https://imgsli.com/MTY2MTQz Last edited by Selur; 1st April 2023 at 11:09. |
1st April 2023, 11:24 | #137 | Link |
Registered User
Join Date: Dec 2005
Location: Germany
Posts: 1,807
|
lol they get entirely new faces
__________________
AVSRepoGUI // VSRepoGUI - Package Manager for AviSynth // VapourSynth VapourSynth Portable FATPACK || VapourSynth Database |
1st April 2023, 11:27 | #138 | Link |
Registered User
Join Date: Oct 2001
Location: Germany
Posts: 7,424
|
Yes, but in combination with realesrgan this might have its uses.
=> I have to check what happens if this is applied to different actors,... https://imgsli.com/MTY2MTQ0 https://imgsli.com/MTY2MTQ2 https://imgsli.com/MTY2MTQ3 https://imgsli.com/MTY2MTQ5 seems more like a gimmick filter than really usable atm., but its impressive. Cu Selur Last edited by Selur; 1st April 2023 at 11:50. |
1st April 2023, 15:04 | #139 | Link |
Registered User
Join Date: Nov 2009
Posts: 2,367
|
Some people mix it with GFPGAN or other face models, haven't played with NN but it seems there's more work to it than a simple button push.
Usually whenever I use NN upscaling I always follow a downscale, to hide the pristine AI look and blend everything together. Very excited to get into this AI craze soon.
__________________
i7-4790K@Stock::GTX 1070] AviSynth+ filters and mods on GitHub + Discussion thread Last edited by Dogway; 1st April 2023 at 15:06. |
1st April 2023, 16:21 | #140 | Link | |
Registered User
Join Date: Aug 2006
Location: Taiwan
Posts: 392
|
Quote:
|
|
Thread Tools | Search this Thread |
Display Modes | |
|
|