mirror of https://github.com/InstantID/InstantID
Update README.md
parent
e890c79504
commit
4131e2f4fd
|
|
@ -99,8 +99,9 @@ For face encoder, you need to manually download via this [URL](https://github.co
|
|||
|
||||
## Usage
|
||||
|
||||
If you want to reproduce the effect in the paper, please refer to the code in [infer_full.py](infer_full.py).
|
||||
If you want to quickly experience the basic effects, please refer to the code in [infer.py](infer.py).
|
||||
If you want to reproduce results in the paper or , please refer to the code in [infer_full.py](infer_full.py).
|
||||
If you want to compare the results with other methods, we recommend using this code.
|
||||
If you want to quickly experience InstantID, please refer to the code in [infer.py](infer.py).
|
||||
The following code👇 comes from [infer.py](infer.py).
|
||||
|
||||
```python
|
||||
|
|
|
|||
Loading…
Reference in New Issue