-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: π add more description to examples
- Loading branch information
Showing
1 changed file
with
5 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/> |