update descr
Browse files
app.py
CHANGED
@@ -174,11 +174,11 @@ def create_demo(model_name: str):
|
|
174 |
|
175 |
💫💫 <b>Here is editing steps:</b> (We highly recommend you run our code locally!😘 Only one inversion before multiple editing, very productive!) <br>
|
176 |
1️⃣ Upload your image that needs to be edited (The resolution must be less than 1360*768 because of memory.🙂) <br>
|
177 |
-
2️⃣ Fill in your source prompt and use the brush tool to
|
178 |
3️⃣ Fill in your target prompt, then adjust the hyperparameters. <br>
|
179 |
4️⃣ Click the "Edit" button to generate your edited image! <br>
|
180 |
|
181 |
-
🔔🔔 [<b>Important</b>] We suggest trying "re_init" and "attn_mask" only when the result is too similar to the original content (e.g. removing objects).<br>
|
182 |
"""
|
183 |
article = r"""
|
184 |
If our work is helpful, please help to ⭐ the <a href='https://github.com/Xilluill/KV-Edit' target='_blank'>Github Repo</a>. Thanks!
|
|
|
174 |
|
175 |
💫💫 <b>Here is editing steps:</b> (We highly recommend you run our code locally!😘 Only one inversion before multiple editing, very productive!) <br>
|
176 |
1️⃣ Upload your image that needs to be edited (The resolution must be less than 1360*768 because of memory.🙂) <br>
|
177 |
+
2️⃣ Fill in your source prompt and use the brush tool to cover the area you want to edit (❗️required).
|
178 |
3️⃣ Fill in your target prompt, then adjust the hyperparameters. <br>
|
179 |
4️⃣ Click the "Edit" button to generate your edited image! <br>
|
180 |
|
181 |
+
🔔🔔 [<b>Important</b>] We suggest trying "re_init" and "attn_mask" only when the result is too similar to the original content (e.g. removing objects or changing color).<br>
|
182 |
"""
|
183 |
article = r"""
|
184 |
If our work is helpful, please help to ⭐ the <a href='https://github.com/Xilluill/KV-Edit' target='_blank'>Github Repo</a>. Thanks!
|