wujunqiang
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -72,9 +72,9 @@ git lfs clone https://huggingface.co/Kwai-Kolors/Kolors-IP-Adapter-Plus weights/
|
|
72 |
|
73 |
3. Inference:
|
74 |
```bash
|
75 |
-
python ipadapter/sample_ipadapter_plus.py ./ipadapter/https://raw.githubusercontent.com/junqiangwu/Kolors/master/ipadapter/
|
76 |
|
77 |
-
python ipadapter/sample_ipadapter_plus.py ./ipadapter/https://raw.githubusercontent.com/junqiangwu/Kolors/master/ipadapter/
|
78 |
|
79 |
# The image will be saved to "scripts/outputs/"
|
80 |
```
|
|
|
72 |
|
73 |
3. Inference:
|
74 |
```bash
|
75 |
+
python ipadapter/sample_ipadapter_plus.py ./ipadapter/https://raw.githubusercontent.com/junqiangwu/Kolors/master/ipadapter/asset/test_ip.jpg "穿着黑色T恤衫,上面中文绿色大字写着“可图”"
|
76 |
|
77 |
+
python ipadapter/sample_ipadapter_plus.py ./ipadapter/https://raw.githubusercontent.com/junqiangwu/Kolors/master/ipadapter/asset/test_ip2.png "一只可爱的小狗在奔跑"
|
78 |
|
79 |
# The image will be saved to "scripts/outputs/"
|
80 |
```
|