bukhalmae145
bukhalmae145
> I could try to add something like that, as it is similar to gmfss. I will look into it, but gmfss support in RVE is shaky to begin with,...
> You could try rife cuda if you have an Nvidia card, if not I am planning to attempt to remove the need for frame extraction on most of the...
> That seems to just say if a frame is a duplicate, there is a lot of funny stuff when deduping frames, very hacky. I'll look into all different ways...
> If you disable metricnet in the model, you can use [forward_warp2](https://github.com/lisiyao21/AnimeInterp/blob/main/models/forward_warp2.py) instead of softsplat, the effect may be slightly reduced , but can avoid Cupy dependency How do I...
> commit: [e0ce5be](https://github.com/hyw-dev/AFI-ForwardDeduplicate/commit/e0ce5be93dbcff58bc48c0453aa4227b31e6ffef) updated support for no_cupy version The effect should not have much impact, but the speed will be much slower, about 1/3 of the original There is also...
> Sorry, I'm not familiar with MPS `python interpolate_video_forward_anyfps.py -i /Users/workstation/Movies/AFI-ForwardDeduplicate/input.mov -o /Users/workstation/Movies/AFI-ForwardDeduplicate/frames -nf 2 -fps 60 -m gmfss -s -st 12 -scale 1.0 -stf -c Traceback (most recent call...
> If vs-mlrt integrates this method, supporting Mac should be much simpler I thought vs-mlrt supports M1 Mac with NCNN-vulkan
> v2 96 with Integrated [Fast Maximum Likelihood Sampling Scheme](https://github.com/huawei-noah/Speech-Backbones/tree/main/DiffVC).I have not test so much. maybe CFM's advantage is speed. So you basically mean quality=v2 96 and speed=v3 CFM?
> yes, CFM can use less steps. So Grad-SVC is better than so-vits-svc 5.0 and the best version of Grad-SVC is v2 96, right? What is the difference between Grad-SVC...
> Different parameters have different effects, such as big model gets better result. Grad-SVC & so-vits-svc 5.0 are all just demo with small model for SVC, Their true abilities have...