update
Browse files
README.md
CHANGED
@@ -9,9 +9,9 @@ license: cc-by-4.0
|
|
9 |
short_description: doc of img2img good for creating consistent animation
|
10 |
---
|
11 |
# Create Consistent Character Facial Animation with Img2Img
|
12 |
-
In this page, I'll show you examples and how to create.
|
13 |
|
14 |
-
To Create Animation,Using Controlnet is standard.if you dont' know check that first.(I'm using
|
15 |
|
16 |
<img src="images/talk/talk.webp">
|
17 |
|
@@ -28,25 +28,37 @@ just rotate eyeblow.
|
|
28 |
### Smile1
|
29 |
natural smile is hard than expected
|
30 |
|
|
|
|
|
|
|
|
|
31 |
<img src="images/smile1/smile1_guide.jpg">
|
32 |
|
33 |
-
|
34 |
|
35 |
### Smile2
|
36 |
Create unsmile face is easy ,use gimp "smudge" tool
|
37 |
|
|
|
|
|
|
|
|
|
38 |
<img src="images/smile2/unsmile_guide.jpg">
|
39 |
|
40 |
-
|
41 |
|
42 |
### Smile3
|
43 |
This case create normal face-guide from smile image with Gimp and Inpaint (more accurate lip)
|
44 |
|
|
|
|
|
|
|
|
|
45 |
<div style="display: flex;">
|
46 |
<img src="images/smile3/original_image.jpg" width=256>+<img src="images/smile3/guide_image.jpg" width=256>
|
47 |
</div>
|
48 |
|
49 |
-
|
50 |
|
51 |
### Bad-case
|
52 |
Too simple paint make bad result.
|
@@ -67,4 +79,10 @@ May be this method work with body parts
|
|
67 |
### Tools
|
68 |
|
69 |
You can create simple Img2Img animation with below Spaces(Still need Gimp)
|
70 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
short_description: doc of img2img good for creating consistent animation
|
10 |
---
|
11 |
# Create Consistent Character Facial Animation with Img2Img
|
12 |
+
In this page, I'll show you img2img2-animation examples and how to create.In this time I'm use Flux.1 schnell Img2Img
|
13 |
|
14 |
+
To Create Animation,Using Controlnet is standard.if you dont' know check that first.(I'm using my way because my GPU is poor)
|
15 |
|
16 |
<img src="images/talk/talk.webp">
|
17 |
|
|
|
28 |
### Smile1
|
29 |
natural smile is hard than expected
|
30 |
|
31 |
+
<img src="images/smile1/smile1.webp">
|
32 |
+
|
33 |
+
guide
|
34 |
+
|
35 |
<img src="images/smile1/smile1_guide.jpg">
|
36 |
|
37 |
+
|
38 |
|
39 |
### Smile2
|
40 |
Create unsmile face is easy ,use gimp "smudge" tool
|
41 |
|
42 |
+
<img src="images/smile2/smile2.webp">
|
43 |
+
|
44 |
+
guide
|
45 |
+
|
46 |
<img src="images/smile2/unsmile_guide.jpg">
|
47 |
|
48 |
+
|
49 |
|
50 |
### Smile3
|
51 |
This case create normal face-guide from smile image with Gimp and Inpaint (more accurate lip)
|
52 |
|
53 |
+
<img src="images/smile3/mixed.webp" width=512>
|
54 |
+
|
55 |
+
guide
|
56 |
+
|
57 |
<div style="display: flex;">
|
58 |
<img src="images/smile3/original_image.jpg" width=256>+<img src="images/smile3/guide_image.jpg" width=256>
|
59 |
</div>
|
60 |
|
61 |
+
|
62 |
|
63 |
### Bad-case
|
64 |
Too simple paint make bad result.
|
|
|
79 |
### Tools
|
80 |
|
81 |
You can create simple Img2Img animation with below Spaces(Still need Gimp)
|
82 |
+
|
83 |
+
<a href="https://huggingface.co/spaces/Akjava/AIDiagramChatWithVoice-FaceCharacter" target="tool">AIDiagramChatWithVoice-FaceCharacter</a>
|
84 |
+
|
85 |
+
|
86 |
+
<div>
|
87 |
+
<P> Images are generated with <a href="https://huggingface.co/black-forest-labs/FLUX.1-schnell">FLUX.1-schnell</a> and licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0">the Apache 2.0 License</a>
|
88 |
+
</div>
|