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
LOG_WARN("It's recommended to use >= 50 steps for photo maker!");
2663
+
if (pm_params.id_images_count != id_embeds->ne[1]) {
2664
+
LOG_WARN("PhotoMaker image count (%d) does NOT match ID embeds (%d). You should run face_detect.py again.", pm_params.id_images_count, id_embeds->ne[1]);
0 commit comments