Update README.md

pull/202/head
InstantX 2024-03-28 16:06:32 +08:00 committed by GitHub
parent e890c79504
commit 4131e2f4fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 2 deletions

View File

@ -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