Update README.md
Browse files
README.md
CHANGED
|
@@ -64,16 +64,33 @@ library_name: diffusers
|
|
| 64 |
</tr>
|
| 65 |
</table>
|
| 66 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 67 |
---
|
| 68 |
|
| 69 |
# **Quick start with diffusers**
|
| 70 |
|
| 71 |
-
## Required Packages
|
| 72 |
|
| 73 |
> [!note]
|
| 74 |
-
diffusers torch gradio transformers
|
|
|
|
|
|
|
| 75 |
|
| 76 |
-
## Run Demo
|
| 77 |
|
| 78 |
```py
|
| 79 |
import os
|
|
@@ -230,4 +247,4 @@ You should use `leaving no visible traces of watermark removal.` to trigger the
|
|
| 230 |
## Download model
|
| 231 |
|
| 232 |
|
| 233 |
-
[Download](/prithivMLmods/Kontext-Watermark-Remover/tree/main) them in the Files & versions tab.
|
|
|
|
| 64 |
</tr>
|
| 65 |
</table>
|
| 66 |
|
| 67 |
+
<table style="width:100%; border-collapse:collapse;">
|
| 68 |
+
<tr>
|
| 69 |
+
<td style="width:50%; text-align:center; vertical-align:middle;">
|
| 70 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/65bb837dbfb878f46c77de4c/LIZZDkD74YOhsQswZ_baO.jpeg"
|
| 71 |
+
alt="signature-logo" style="width:100%; height:auto;"/>
|
| 72 |
+
</td>
|
| 73 |
+
<td style="width:50%; text-align:center; vertical-align:middle;">
|
| 74 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/65bb837dbfb878f46c77de4c/RTa3OxGXI5FrNbtyG75E_.webp"
|
| 75 |
+
alt="555555555" style="width:100%; height:auto;"/>
|
| 76 |
+
</td>
|
| 77 |
+
</tr>
|
| 78 |
+
</table>
|
| 79 |
+
|
| 80 |
+
|
| 81 |
+
|
| 82 |
---
|
| 83 |
|
| 84 |
# **Quick start with diffusers**
|
| 85 |
|
| 86 |
+
### **Required Packages**
|
| 87 |
|
| 88 |
> [!note]
|
| 89 |
+
!pip install diffusers torch gradio transformers
|
| 90 |
+
!pip install pillow gradio-imageslider huggingface_hub
|
| 91 |
+
!pip install sentencepiece spaces peft torchvision accelerate
|
| 92 |
|
| 93 |
+
## **Run Demo**
|
| 94 |
|
| 95 |
```py
|
| 96 |
import os
|
|
|
|
| 247 |
## Download model
|
| 248 |
|
| 249 |
|
| 250 |
+
[Download](/prithivMLmods/Kontext-Watermark-Remover/tree/main) them in the Files & versions tab.
|