Instructions to use Super-shuhe/InstantID-FaceID-70K with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Super-shuhe/InstantID-FaceID-70K with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Super-shuhe/InstantID-FaceID-70K", 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
Add model card for InstantID-FaceID-6M
#1
by nielsr HF Staff - opened
This PR adds a model card for the InstantID-FaceID-6M model, linking it to the paper FaceID-6M: A Large-Scale, Open-Source FaceID Customization Dataset and providing a link to the associated code. This will improve discoverability and provide users with essential information about the model.
Super-shuhe changed pull request status to merged