RishabhInCode commited on
Commit
fadb59e
·
verified ·
1 Parent(s): b686e53

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md CHANGED
@@ -40,6 +40,23 @@ The model was rigorously evaluated against the generic zero-shot IP-Adapter base
40
 
41
  *Note: In 1-to-1 sample comparisons, this fine-tuned model successfully pushed specific Identity Scores as high as **0.9680**, achieving superior sample-specific realism (FID: 421.97 vs Baseline: 448.15).*
42
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
43
  ## Usage
44
 
45
  To use this model, you first need to extract the face embedding and aligned face image using `insightface`.
 
40
 
41
  *Note: In 1-to-1 sample comparisons, this fine-tuned model successfully pushed specific Identity Scores as high as **0.9680**, achieving superior sample-specific realism (FID: 421.97 vs Baseline: 448.15).*
42
 
43
+
44
+ ## Generalization to Unseen Data (CelebA-HQ)
45
+
46
+ To prove TrueFace-Adapter does not overfit to the training data, we tested it on unseen subjects from the CelebA-HQ dataset across 5 distinct prompts (Cinematic, Smiling, Sunglasses, Studio, Charcoal Sketch).
47
+
48
+ **Reference Subject (Unseen Data):**
49
+ ![Original](celeb_original.png)
50
+
51
+ **Baseline (Standard IP-Adapter Zero-Shot):**
52
+ *Notice the loss of the square jawline, the alteration of the eye shape, and the complete loss of identity in the sketch (far right).*
53
+ ![Baseline](celeb_baseline.jpg)
54
+
55
+ **TrueFace-Adapter (Ours):**
56
+ *The fine-tuned model strictly preserves the subject's deep-set eyes, specific jaw structure, and maintains high-fidelity likeness even in the charcoal sketch medium.*
57
+ ![Finetuned](celeb_finetuned.jpg)
58
+
59
+
60
  ## Usage
61
 
62
  To use this model, you first need to extract the face embedding and aligned face image using `insightface`.