Skip to content

Commit

Permalink
docs: πŸ“ add more description to examples
Browse files Browse the repository at this point in the history
  • Loading branch information
melMass authored Jul 18, 2023
1 parent cbe67ed commit 46eab5c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# 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/>

0 comments on commit 46eab5c

Please sign in to comment.