Instructions to use h94/IP-Adapter-FaceID with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use h94/IP-Adapter-FaceID with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("h94/IP-Adapter-FaceID", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Any ETA for a SDXL FaceID Plus and LORA?
I was just wondering if there are any plans to introduce this amazing code to the SDXL universe? Thank you
I will update as soon as there is new news
the first version is released
SDXL LoRA file doesn't do anything in ComfyUI.
lora key not loaded up_blocks_1_attentions_2_transformer_blocks_1_attn2_v_proj.alpha
lora key not loaded up_blocks_1_attentions_2_transformer_blocks_1_attn2_v_proj.lora_down.weight
lora key not loaded up_blocks_1_attentions_2_transformer_blocks_1_attn2_v_proj.lora_up.weight
ComfyUI
I was just wondering if there are any plans to introduce this amazing code to the SDXL universe? Thank you
I implemented the existing SDXL functions from h94 in this space here: https://huggingface.co/spaces/r-neuschulz/h94-IP-Adapter-FaceID-SDXL