ConsistentID
ConsistentID copied to clipboard
Customized ID Consistent for human
Hello, I want to reproduce the examples from the paper. As mentioned in paper do you use basic sd1.5 or some another checkpoints of sd1.5? Thank you for sharing this...
I tried the demo, but it does not support 2D anime style images for now.
Removed merge conflict markers in code
ERROR: Could not find a version that satisfies the requirement mindspore==2.2.0 (from versions: none) ERROR: No matching distribution found for mindspore==2.2.0 [notice] A new release of pip available: 22.3.1 ->...
Will the dataset including 50000 images release?
Reverts JackAILab/ConsistentID#13
_Hello @JackAILab,_ Hope you'll find this tiny correction useful. _Best regards!_
pipline -> pipeline
```python # TODO import base SD model and pretrained ConsistentID model device = "cuda" base_model_path = "SG161222/Realistic_Vision_V6.0_B1_noVAE" consistentID_path = "./ConsistentID_model_facemask_pretrain_50w" # pretrained ConsistentID model # "philz1337/epicrealism" # # Gets the...