Update README.md
Browse files
README.md
CHANGED
@@ -41,7 +41,7 @@ For evaluation, we created a test set comprising 200 masked images and text prom
|
|
41 |
|
42 |
<font color=gray style="font-size:12px"> *The higher the scores for Average Overall Satisfaction, Average Visual Appeal, and Average Text Faithfulness, the better. Conversely, the lower the score for Average Inpainting Artifacts, the better.*</font>
|
43 |
|
44 |
-
|
45 |
The comparison results of SDXL-Inpainting and Kolors-Inpainting are as follows:
|
46 |
|
47 |
<img src="imgs/Comparison_Results.png">
|
@@ -69,7 +69,7 @@ pip install -r requirements.txt
|
|
69 |
python3 setup.py install
|
70 |
```
|
71 |
|
72 |
-
2. Weights download [link](https://huggingface.co/Kwai-Kolors/Kolors-
|
73 |
```bash
|
74 |
huggingface-cli download --resume-download Kwai-Kolors/Kolors-Inpainting --local-dir weights/Kolors-Inpainting
|
75 |
```
|
|
|
41 |
|
42 |
<font color=gray style="font-size:12px"> *The higher the scores for Average Overall Satisfaction, Average Visual Appeal, and Average Text Faithfulness, the better. Conversely, the lower the score for Average Inpainting Artifacts, the better.*</font>
|
43 |
|
44 |
+
<br>
|
45 |
The comparison results of SDXL-Inpainting and Kolors-Inpainting are as follows:
|
46 |
|
47 |
<img src="imgs/Comparison_Results.png">
|
|
|
69 |
python3 setup.py install
|
70 |
```
|
71 |
|
72 |
+
2. Weights download [link](https://huggingface.co/Kwai-Kolors/Kolors-Inpainting):
|
73 |
```bash
|
74 |
huggingface-cli download --resume-download Kwai-Kolors/Kolors-Inpainting --local-dir weights/Kolors-Inpainting
|
75 |
```
|