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
What is the difference with PhotoMaker ?
#28
by aguang - opened
PhotoMaker used the XL model.Model size close to ip-adapter-faceid_sdxl.bin. Is it the same model?
ip adapter is released before photomaker
There are now several projects using face embedding solutions, including photomaker and InstantID.
you can use the IP adapter with A1111 web UI easy
aguang changed discussion status to closed