jbilcke-hf / clapper

Clapper.app, a video synthesizer and sequencer designed for the age of AI cinema
https://clapper.app
GNU General Public License v3.0
2.06k stars 192 forks source link

Run the face swap workflow separately #71

Closed jbilcke-hf closed 2 months ago

jbilcke-hf commented 2 months ago

Context

I have implemented a face swapping workflow, but right now it is for fal.ai

and it only works for an existing fal.ai image workflow (ie. you cannot generate an image with stabilityai then run the fal.ai face swap: it has to be fal.ai for both steps)

Solution

We should run await runImageFaceSwap(request) in the router

jbilcke-hf commented 2 months ago

done