You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can also adjust the confidence levels for various rules such as buttocks_exposed to be more lenient or strict. Lower confidence levels will filter out more potential NSFW images. Setting the value to 1 will stop filtering for that specific feature.
79
+
80
+
## DeepfaceAnalyzeFaceAttributes
81
+
This node integrates the [deepface](https://github.com/serengil/deepface) library to analyze face attributes (gender, race, emotion, age). It analyzes only the largest face in the image and supports processing one image at a time.
If the input image is a standard square face image, you can enable the standard_single_face_image switch. In this case, the node will skip face detection and analyze the attributes directly.
85
+
86
+
Upon the first run, the node will download the [deepface](https://github.com/serengil/deepface) models, which may take some time.
87
+
88
+
Note: If you encounter the following exception while running the node:
89
+
ValueError: The layer sequential has never been called and thus has no defined input.
90
+
please set the environment variable TF_USE_LEGACY_KERAS to 1, then restart ComfyUI.
0 commit comments