Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -177,11 +177,11 @@ def create_demo(model_name: str, device: str = "cuda:0" if torch.cuda.is_availab
|
|
177 |
<b>Official 🤗 Gradio demo</b> for <a href='https://github.com/wangjiangshan0725/RF-Solver-Edit' target='_blank'><b>Taming Rectified Flow for Inversion and Editing</b></a>.<br>
|
178 |
|
179 |
❗️❗️❗️[<b>Important</b>] Editing steps:<br>
|
180 |
-
1️⃣ Upload images you want to edit (The resolution is expected be less than 1360*768, or the memory of GPU may be not enough.)
|
181 |
-
2️⃣ Enter the source prompt, which describes the content of the image you unload. The source prompt is not mandatory; you can also leave it to null.
|
182 |
-
3️⃣ Enter the target prompt which describes the content of the expected images after editing.
|
183 |
-
4️⃣ Click the <b>Generate</b> button to start editing.
|
184 |
-
5️⃣ We suggest to adjust the value of **feature sharing steps** for better results
|
185 |
"""
|
186 |
article = r"""
|
187 |
If our work is helpful, please help to ⭐ the <a href='https://github.com/wangjiangshan0725/RF-Solver-Edit' target='_blank'>Github Repo</a>. Thanks!
|
|
|
177 |
<b>Official 🤗 Gradio demo</b> for <a href='https://github.com/wangjiangshan0725/RF-Solver-Edit' target='_blank'><b>Taming Rectified Flow for Inversion and Editing</b></a>.<br>
|
178 |
|
179 |
❗️❗️❗️[<b>Important</b>] Editing steps:<br>
|
180 |
+
1️⃣ Upload images you want to edit (The resolution is expected be less than 1360*768, or the memory of GPU may be not enough.) <br>
|
181 |
+
2️⃣ Enter the source prompt, which describes the content of the image you unload. The source prompt is not mandatory; you can also leave it to null. <br>
|
182 |
+
3️⃣ Enter the target prompt which describes the content of the expected images after editing. <br>
|
183 |
+
4️⃣ Click the <b>Generate</b> button to start editing. <br>
|
184 |
+
5️⃣ We suggest to adjust the value of **feature sharing steps** for better results.<br>
|
185 |
"""
|
186 |
article = r"""
|
187 |
If our work is helpful, please help to ⭐ the <a href='https://github.com/wangjiangshan0725/RF-Solver-Edit' target='_blank'>Github Repo</a>. Thanks!
|