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 it for ip-adapter-faceid_sd15_lora.safetensors?
#5
by molo322 - opened
what is it for ip-adapter-faceid_sd15_lora.safetensors?
ip-adapter-faceid = a standard LoRA + a standard IP-Adapter, the ip-adapter-faceid_sd15_lora.safetensors is part of model (LoRA part)
more at https://github.com/cubiq/ComfyUI_IPAdapter_plus/issues/145
How do I load it into diffusers?
How do I load it into diffusers?
it don't support now