diff --git a/README.md b/README.md index 1fac660..0377972 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Need upgrade ComfyUI Version>=0.3.7 ## Update logs ### 2025.02.18 -- Supported selecting a face from multiple faces as a reference. +- Supported selecting a face from multiple faces as a reference. [Example workflow](examples/PuLID_select_ref_face.png). ### 2025.01.27 - Changed the model path of facexlib to `ComfyUI/models/facexlib/`. - When automatically downloading, modify the path of Antelope v2 model to `ComfyUI/models/insightface/models/antelopev2/`. @@ -87,7 +87,7 @@ Failed to build insightface - `input_faces_index` - The target index of the sorted bboxes. - PulidFluxFaceDetector - Can check the facial features applied in `ApplyPulidFlux`. - - The `embed_face` and `align_face` should be the same face, but they produce different detectors, and the number detected may be not consistent, so they may be not the same face. + - The `embed_face` and `align_face` should be the same face, but they are generated by different detectors, and the number detected may be not consistent, so they may be not the same face. ## Thanks diff --git a/README_CN.md b/README_CN.md index 5b5b5d0..b452895 100644 --- a/README_CN.md +++ b/README_CN.md @@ -11,7 +11,7 @@ ComfyUI主体版本需要>=0.3.7 ## 更新日志 ### 2025.02.18 -- 支持从含有多张脸的图片中选择一张脸作为参考。 +- 支持从含有多张脸的图片中选择一张脸作为参考。[示例工作流](examples/PuLID_select_ref_face.png). ### 2025.01.27 - 修改 facexlib 的模型路径为 `ComfyUI/models/facexlib/`. - 自动下载时 修改 Antelopev2 模型的路径为 `ComfyUI/models/insightface/models/antelopev2/`. @@ -83,7 +83,7 @@ Failed to build insightface - `input_faces_index` - 从排序后的bbox选取的索引号。 - PulidFluxFaceDetector - 用来检查在`ApplyPulidFlux`实际使用的面部特征。 - - `embed_face` 和 `align_face` 理论上应该是同一张脸,但它们产生不同的探测器,可能检测到的数量不一致,因此两张图可能不是同一张脸。 + - `embed_face` 和 `align_face` 理论上应该是同一张脸,但它们由不同的检测器产生,可能检测到的数量不一致,因此两张图可能不是同一张脸。 ## 感谢 diff --git a/examples/PuLID_select_ref_face.png b/examples/PuLID_select_ref_face.png index f387f61..1ab9bda 100644 Binary files a/examples/PuLID_select_ref_face.png and b/examples/PuLID_select_ref_face.png differ