AInseven / ComfyUI-fastblend

fastblend for comfyui, and other nodes that I write for generate video. rebatch image, my openpose
161 stars 17 forks source link

How it's works ? #2

Open al3dv2 opened 7 months ago

al3dv2 commented 7 months ago

Hi! I really love it; Ainseven did awesome work. I have a question: Can someone explain how exactly it works? Could it be something that can be done with a real-time post-processing shader? Thanks!

al3dv2 commented 7 months ago

I checked the script and it seems to utilize PatchMatch and interpolation ? there's a example of realtime PatchMatch I don't know if that can help AInseven at improving the speed because it's a shader for unity not a python script : https://github.com/sotanmochi/PatchMatch-Unity

AInseven commented 7 months ago

The main code is from https://github.com/Artiprocher/sd-webui-fastblend I just made a tiny alteration, shifting to comfyUI. So, I can't answer your question.

al3dv2 commented 7 months ago

Oh ok thanks for the answer