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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -1
README.md CHANGED
@@ -1,6 +1,7 @@
1
  ---
2
  license: creativeml-openrail-m
3
- base_model: SG161222/Realistic_Vision_V4.0_noVAE
 
4
  tags:
5
  - text-to-image
6
  - stable-diffusion
@@ -104,6 +105,24 @@ images = ip_model.generate(
104
  images[0].save("output.png")
105
  ```
106
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
107
 
108
  ## Citation
109
 
 
1
  ---
2
  license: creativeml-openrail-m
3
+ base_model:
4
+ - SG161222/Realistic_Vision_V4.0_noVAE
5
  tags:
6
  - text-to-image
7
  - stable-diffusion
 
105
  images[0].save("output.png")
106
  ```
107
 
108
+ ## Technical Lineage & Credits
109
+
110
+ This project is a specialized refinement of several foundational works in the Generative AI ecosystem.
111
+
112
+ ### Base Architecture
113
+ * **Diffusion Model:** [Realistic Vision V4.0](https://huggingface.co/SG161222/Realistic_Vision_V4.0_noVAE) by SG161222.
114
+ * **Adapter Framework:** [IP-Adapter-FaceID-PlusV2](https://huggingface.co/h94/IP-Adapter-FaceID-PlusV2) by Tencent AI Lab.
115
+
116
+ ### Component Acknowledgments
117
+ * **Face Embedding:** Developed using [InsightFace](https://github.com/deepinsight/insightface) (buffalo_l), utilizing the ArcFace identity loss function.
118
+ * **Image Encoding:** [CLIP-ViT-H-14-laion2B](https://huggingface.co/laion/CLIP-ViT-H-14-laion2B-s32B-b79K) for structural consistency.
119
+ * **Fine-Tuning Data:** Curated samples from the [CelebA-HQ Dataset](https://github.com/tkarras/progressive_growing_of_gans).
120
+
121
+ ## ⚖️ License & Ethical Use
122
+ **TrueFace-Adapter** is released under a **Non-Commercial Research License**.
123
+ 1. This model inherits the restrictive license of InsightFace.
124
+ 2. **Ethical Guidelines:** This model is intended for artistic expression and identity-consistent portrait generation. Users are strictly prohibited from using this tool to generate non-consensual deepfakes or misleading media.
125
+
126
 
127
  ## Citation
128