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 Settings
- Draw Things
- DiffusionBee
how to load the ip-adapter-faceid_sd15_lora.safetensors in the code
#8
by aguang - opened
Please don't ask me to refer to the issues 145 ticket, there is only the comfyui way, there is no code for loading lora
aguang changed discussion title from No image_encoder file to how to load the ip-adapter-faceid_sd15_lora.safetensors in the code
Thanks, does it mean that after loading the ip-adapter-faceid_sd15.bin model, there is no need to load the ip-adapter-faceid_sd15_lora.safetensors again?
yes
aguang changed discussion status to closed