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
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -23,7 +23,7 @@ tags:
|
|
| 23 |
## ConsistentID : Portrait Generation with Multimodal Fine-Grained Identity Preserving [](https://arxiv.org/abs/2404.16771)
|
| 24 |
[📄[Paper](https://arxiv.org/abs/2404.16771)]   [🚩[Project Page](https://ssugarwh.github.io/consistentid.github.io/)]   <br>
|
| 25 |
|
| 26 |
-
[🖼[Github](github.com/JackAILab/ConsistentID
|
| 27 |
|
| 28 |
</div>
|
| 29 |
|
|
|
|
| 23 |
## ConsistentID : Portrait Generation with Multimodal Fine-Grained Identity Preserving [](https://arxiv.org/abs/2404.16771)
|
| 24 |
[📄[Paper](https://arxiv.org/abs/2404.16771)]   [🚩[Project Page](https://ssugarwh.github.io/consistentid.github.io/)]   <br>
|
| 25 |
|
| 26 |
+
[🖼[Github](https://github.com/JackAILab/ConsistentID)]   [🤗[Demo](https://huggingface.co/spaces/JackAILab/ConsistentID)]   <br>
|
| 27 |
|
| 28 |
</div>
|
| 29 |
|