Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lldacing committed Feb 19, 2025
1 parent d5cc097 commit 0d3c85b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/`.
Expand Down Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/`.
Expand Down Expand Up @@ -83,7 +83,7 @@ Failed to build insightface
- `input_faces_index` - 从排序后的bbox选取的索引号。
- PulidFluxFaceDetector
- 用来检查在`ApplyPulidFlux`实际使用的面部特征。
- `embed_face``align_face` 理论上应该是同一张脸,但它们产生不同的探测器,可能检测到的数量不一致,因此两张图可能不是同一张脸。
- `embed_face``align_face` 理论上应该是同一张脸,但它们由不同的检测器产生,可能检测到的数量不一致,因此两张图可能不是同一张脸。

## 感谢

Expand Down
Binary file modified examples/PuLID_select_ref_face.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0d3c85b

Please sign in to comment.