File size: 799 Bytes
821e6d6 |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
# Examples
All the examples use the [RevAnimated model 1.22](https://civitai.com/models/7371?modelVersionId=46846)
## 01 Faceswap
This example showcase the `Face Swap` & `Restore Face` nodes to replace the character with Georges Lucas's face.
The face reference image is using the `Load Image From Url` node to avoid bundling input images.
<img src="https://github.com/melMass/comfy_mtb/assets/7041726/272af7d6-f01c-478e-a82f-926e772d7209" width=500/>
## 02 FILM interpolation
This example showcase the FILM interpolation implementation. Here we do text replacement on the condition of two distinct images sharing the same model, input latent & seed to get relatively close images.
<img src="https://github.com/melMass/comfy_mtb/assets/7041726/4c28dd87-89fc-4d27-910a-0a1fcf28cdc0" width=500/>
|