From 46eab5ca2f0e04d872d87c849b11551fd219bdb9 Mon Sep 17 00:00:00 2001 From: Mel Massadian Date: Tue, 18 Jul 2023 21:30:42 +0200 Subject: [PATCH] =?UTF-8?q?docs:=20=F0=9F=93=9D=20add=20more=20description?= =?UTF-8?q?=20to=20examples?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/examples/README.md b/examples/README.md index 7256e58..23bf2e8 100644 --- a/examples/README.md +++ b/examples/README.md @@ -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. + ## 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.