cubiq / ComfyUI_InstantID

Apache License 2.0
1.3k stars 72 forks source link

is it possible to not add any pose? #28

Closed yanghu closed 9 months ago

yanghu commented 9 months ago

even in the "default" example, a pose is added to controlnet, by reusing the source image.

I wonder if it's possible to NOT force pose but only rely on the text prompt, while only use the face to construct the human face? Or is it not doable due to how instantID works?

I see in ZHOZHOZHO's implementation, pose image is "optional" in this screenshot: image (source: https://openart.ai/workflows/rhinoceros_tense_89/zho-instantid-20/mAuBF4ArgVTwF5kzyB4t)

cubiq commented 9 months ago

without pose it looks like the face embeds are not applied at all, in which case it is the same as using just IPAdapter FaceID. I'll check the code better but the keypoints don't look optional (I mean I can make them optional but it's not how the model works)