Akjava commited on
Commit
b1ff3dc
β€’
1 Parent(s): 1934828
README.md CHANGED
@@ -10,12 +10,61 @@ 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
  ## Examples
14
- Main Concept create from semi-realistic image not landmark.
 
 
 
 
 
 
15
  ### Smile1
16
- This case create normal face-guide from smile image with Gimp and Inpaint
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
 
18
  <div style="display: flex;">
19
- <img src="images/smile1/original_image.jpg">+<img src="images/smile1/guide_image.jpg">+<img src=""> =
20
- <img src="images/smile1/mixed.webp">
21
  </div>
 
 
 
 
 
 
 
 
 
 
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 this way because my GPU is poor)
15
+
16
+ <img src="images/talk/talk.webp">
17
+
18
+ <a href="https://huggingface.co/spaces/Akjava/AIDiagramChatWithVoice-FaceCharacter" target="tool">This tak head is AIDiagramChatWithVoice-FaceCharacter</a>
19
+
20
  ## Examples
21
+ Main Concept create from semi-realistic image not landmark.prompt not effect so much.
22
+
23
+ ### Eyeblow
24
+ just rotate eyeblow.
25
+
26
+ <img src="images/eyeblow/eyeblow.webp" width=512>
27
+
28
  ### Smile1
29
+ natural smile is hard than expected
30
+
31
+ <img src="images/smile1/smile1_guide.jpg">
32
+
33
+ <img src="images/smile1/smile1.webp">
34
+
35
+ ### Smile2
36
+ Create unsmile face is easy ,use gimp "smudge" tool
37
+
38
+ <img src="images/smile2/unsmile_guide.jpg">
39
+
40
+ <img src="images/smile2/smile2.webp">
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
+ <img src="images/smile3/mixed.webp" width=512>
50
+
51
+ ### Bad-case
52
+ Too simple paint make bad result.
53
+ <div style="display: flex;">
54
+ <img src="images/badcase/bad_guide.jpg" width=256>+<img src="images/badcase/bad_result.jpg" width=256>
55
+ </div>
56
+
57
+ use gimp "smudge" tool and blur
58
 
59
  <div style="display: flex;">
60
+ <img src="images/badcase/good_guide.jpg" width=256>+<img src="images/badcase/good_result.jpg" width=256>
 
61
  </div>
62
+
63
+ ### Arm1
64
+ May be this method work with body parts
65
+ <img src="images/arm1/arm.webp">
66
+
67
+ ### Tools
68
+
69
+ You can create simple Img2Img animation with below Spaces(Still need Gimp)
70
+ <a href="https://huggingface.co/spaces/Akjava/AIDiagramChatWithVoice-FaceCharacter" target="tool">This tak head is AIDiagramChatWithVoice-FaceCharacter</a>
images/arm1/arm.webp ADDED
images/badcase/bad_guide.jpg ADDED
images/badcase/bad_result.jpg ADDED
images/badcase/good_guide.jpg ADDED
images/badcase/good_result.jpg ADDED
images/eyeblow/eyeblow.webp ADDED
images/smile1/smile1.webp ADDED
images/smile1/smile1_guide.jpg ADDED
images/smile2/smile2.webp ADDED
images/smile2/unsmile_guide.jpg ADDED
images/{smile1 β†’ smile3}/guide_image.jpg RENAMED
File without changes
images/{smile1 β†’ smile3}/mixed.webp RENAMED
File without changes
images/{smile1 β†’ smile3}/original_image.jpg RENAMED
File without changes
images/talk/talk.webp ADDED