CivArchive
    IP-Adapter-FaceID - ipadapter-faceid-port 1.5
    Preview 6519090

    An experimental version of IP-Adapter-FaceID: we use face ID embedding from a face recognition model instead of CLIP image embedding, additionally, we use LoRA to improve ID consistency. IP-Adapter-FaceID can generate various style images conditioned on a face with only text prompts.

    Description

    IP-Adapter-FaceID-Portrait: same with IP-Adapter-FaceID but for portrait generation (no lora! no controlnet!). Specifically, it accepts multiple facial images to enhance similarity (the default is 5).

    FAQ

    Comments (20)

    minthohoFeb 11, 2024· 3 reactions
    CivitAI

    What's the difference between the two 1.5 models?

    trytensorFeb 12, 2024

    it works for XL, author h94 said XL version is experimental i.e. portrait is not available, face portrait for now is 1.5 exclusive

    DerjynFeb 12, 2024· 2 reactions

    @trytensor That doesn't answer the question: "What's the difference between the two 1.5 models?"

    Of course SDXL version is going to differ, but when you have 2 1.5 options, one does wonder what the difference between those are.

    LoraLabFeb 12, 2024

    work on Fooocus?

    trytensorFeb 13, 2024

    @Derjyn ah my bad, sorry didn't read the 1.5 since I'm using XL!

    the difference is listed on h94 model card

    1.5 portrait vs 1.5 v2, the portrait one is for passport styled facial profile, while the v2 one is more like faceswapper, general use and face orientation

    now one does wonder what is the difference between non-portrait v1 and v2 (both 1.5) or the non-portrait v2 1.5 vs the experimental XL, for these I haven't tested yet.

    chabonmentalFeb 12, 2024
    CivitAI

    Does it need the Lora?

    Gametesterbuz
    Author
    Feb 12, 2024

    yess

    tian123May 8, 2024

    @Gametesterbuz where lora

    chabonmentalFeb 12, 2024
    CivitAI

    What preprocessor for SDXL? None of which I have installed work

    I have another "ip-adapter-faceid-plusv2_sdxl.bin" it works fine with the preprocessor

    Gametesterbuz
    Author
    Feb 12, 2024

    it uses same preprocessor

    chabonmentalFeb 12, 2024· 1 reaction

    @Gametesterbuz I'm using the other one just fine and then with this one I got

    2024-02-12 17:22:31,772 - ControlNet - ERROR - Invalid pair of IP-Adapter preprocessor(ip-adapter_face_id_plus) and model(ipAdapterFaceid_faceidPlusv2Sdxl [187cb962]).

    Please follow following pairing logic:

    {

    "ip-adapter_clip_sdxl": lambda model: "faceid" not in model and "vit" not in model,

    "ip-adapter_clip_sdxl_plus_vith": lambda model: "faceid" not in model and "vit" in model,

    "ip-adapter_clip_sd15": lambda model: "faceid" not in model,

    "ip-adapter_face_id": lambda model: "faceid" in model and "plus" not in model,

    "ip-adapter_face_id_plus": lambda model: "faceid" in model and "plus" in model,

    }

    rajihov168887Feb 18, 2024· 1 reaction

    @chabonmental I fixed this by changing the name of the .bin from "ipAdapterFaceid_faceidPlusv2Sd15" to "ipAdapterFaceid_faceidplusv2Sd15". It appears that the matching process is case sensitive

    chabonmentalFeb 20, 2024

    @rajihov168887 hey it seems that was it, thanks, it worked after changing the name without caps

    dogmantcAug 8, 2024

    @Gametesterbuz where can i find this?

    i860Mar 4, 2024· 10 reactions
    CivitAI
    TheP3NGU1NMar 4, 2024
    CivitAI

    You don't look like xiaohu.....

    wesmediaMay 8, 2024
    CivitAI

    Which folder do I put this in?

    gusdalJul 15, 2024· 4 reactions

    create a /ipadapter subfolder in /models if I'm correct

    YiWan1995Mar 3, 2025· 2 reactions
    CivitAI

    How to convert bin format to safetensors format

    mobdik17378Mar 16, 2025· 4 reactions
    CivitAI

    Over a year later, and you still haven't posted any form of instructions or details about this whatsoever? Is this even your work? Why bother uploading at all?