Spaces:
Sleeping
Sleeping
Kevin
commited on
Commit
•
eb8232e
1
Parent(s):
801ca35
Add notes below title
Browse files
app.py
CHANGED
@@ -123,6 +123,8 @@ with gr.Blocks() as demo:
|
|
123 |
with gr.Row():
|
124 |
gr.Markdown("""
|
125 |
# Official Implementation of [DiffMorpher](https://kevin-thu.github.io/DiffMorpher_page/)
|
|
|
|
|
126 |
""")
|
127 |
|
128 |
original_image_0, original_image_1 = gr.State(Image.open("Trump.jpg").convert("RGB").resize((512,512), Image.BILINEAR)), gr.State(Image.open("Biden.jpg").convert("RGB").resize((512,512), Image.BILINEAR))
|
@@ -166,7 +168,7 @@ with gr.Blocks() as demo:
|
|
166 |
4. Click **"Run w/o LoRA training"**
|
167 |
|
168 |
### Note:
|
169 |
-
1. **Try restarting the space if you got an error.** (
|
170 |
2. To speed up the generation process, you can **ruduce the number of frames** or **turn off "Use Reschedule"**.
|
171 |
3. You can try the influence of different prompts. It seems that using the same prompts or aligned prompts works better.
|
172 |
### Have fun!
|
|
|
123 |
with gr.Row():
|
124 |
gr.Markdown("""
|
125 |
# Official Implementation of [DiffMorpher](https://kevin-thu.github.io/DiffMorpher_page/)
|
126 |
+
|
127 |
+
**Note: Try restarting the space if you got an error.* This is because the storage is limited now.
|
128 |
""")
|
129 |
|
130 |
original_image_0, original_image_1 = gr.State(Image.open("Trump.jpg").convert("RGB").resize((512,512), Image.BILINEAR)), gr.State(Image.open("Biden.jpg").convert("RGB").resize((512,512), Image.BILINEAR))
|
|
|
168 |
4. Click **"Run w/o LoRA training"**
|
169 |
|
170 |
### Note:
|
171 |
+
1. **Try restarting the space if you got an error.** (Because the storage is limited)
|
172 |
2. To speed up the generation process, you can **ruduce the number of frames** or **turn off "Use Reschedule"**.
|
173 |
3. You can try the influence of different prompts. It seems that using the same prompts or aligned prompts works better.
|
174 |
### Have fun!
|