Kevin commited on
Commit
a40952a
1 Parent(s): 75da646

Change notes

Browse files
Files changed (1) hide show
  1. app.py +5 -8
app.py CHANGED
@@ -122,11 +122,7 @@ with gr.Blocks() as demo:
122
 
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
- Besides morphing, you can also try animations to make smooth videos too.
130
  """)
131
 
132
  original_image_0, original_image_1 = gr.State(Image.open("Musk.jpg").convert("RGB").resize((512,512), Image.BILINEAR)), gr.State(Image.open("Feifei.jpg").convert("RGB").resize((512,512), Image.BILINEAR))
@@ -170,9 +166,10 @@ with gr.Blocks() as demo:
170
  4. Click **"Run w/o LoRA training"**
171
 
172
  ### Note:
173
- 1. **Try restarting the space if you got an error.** (Because the storage is limited)
174
- 2. To speed up the generation process, you can **ruduce the number of frames** or **turn off "Use Reschedule"**.
175
- 3. You can try the influence of different prompts. It seems that using the same prompts or aligned prompts works better.
 
176
  ### Have fun!
177
  """)
178
 
 
122
 
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("Musk.jpg").convert("RGB").resize((512,512), Image.BILINEAR)), gr.State(Image.open("Feifei.jpg").convert("RGB").resize((512,512), Image.BILINEAR))
 
166
  4. Click **"Run w/o LoRA training"**
167
 
168
  ### Note:
169
+ 1. **Try restarting the space if you got an error.** (This is because the storage is limited now.)
170
+ 2. Besides morphing, you can also try animations to make smooth videos too.
171
+ 3. To speed up the generation process, you can **ruduce the number of frames** or **turn off "Use Reschedule"**.
172
+ 4. You can try the influence of different prompts. It seems that using the same prompts or aligned prompts works better.
173
  ### Have fun!
174
  """)
175