Instructions to use JackAILab/ConsistentID with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use JackAILab/ConsistentID with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("JackAILab/ConsistentID", 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
Commit History
Update README.md 746c1b0 verified
Update README.md 2535ea5 verified
Update README.md afa087a verified
Update README.md 349f197 verified
Update README.md c861a7a verified
Rename ConsistentID_model_facemask_pretrain_50w.bin to ConsistentID-v1.bin 13b3e2e verified
Upload ConsistentID_model_facemask_pretrain_50w.bin ec7ceb1 verified
Update README.md 1e311e0 verified
add face_parsing pretrained model 7408388 verified
Update 025ad4e verified
initial commit 8e06269 verified
JackAILab commited on