Spaces:
Sleeping
Sleeping
Anonymous-sub
commited on
Commit
•
2d1c3ea
1
Parent(s):
b07172e
Update app.py
Browse files
app.py
CHANGED
@@ -612,7 +612,7 @@ DESCRIPTION = '''
|
|
612 |
### This space provides the function of key frame translation. Full code for full video translation will be released upon the publication of the paper.
|
613 |
### To avoid overload, we set limitations to the maximum frame number and the maximum frame resolution.
|
614 |
### Tips:
|
615 |
-
1. This method cannot handle large or quick motions where the optical flow is hard to estimate. Videos with stable motions are
|
616 |
2. Pixel-aware fusion may not work for large or quick motions.
|
617 |
3. revAnimated_v11 model for non-photorealstic style, realisticVisionV20_v20 model for photorealstic style.
|
618 |
4. To use your own SD/LoRA model, you may clone the space and speficify your model with [sd_model_cfg.py](https://huggingface.co/spaces/Anonymous-sub/Rerender/blob/main/sd_model_cfg.py).
|
@@ -912,7 +912,7 @@ with block:
|
|
912 |
run_button2.click(fn=process2, inputs=ips, outputs=[result_keyframe])
|
913 |
|
914 |
def process3():
|
915 |
-
raise gr.Error("Coming Soon. Full code will be "
|
916 |
"released upon the publication of the paper.")
|
917 |
|
918 |
run_button3.click(fn=process3, outputs=[result_keyframe])
|
|
|
612 |
### This space provides the function of key frame translation. Full code for full video translation will be released upon the publication of the paper.
|
613 |
### To avoid overload, we set limitations to the maximum frame number and the maximum frame resolution.
|
614 |
### Tips:
|
615 |
+
1. This method cannot handle large or quick motions where the optical flow is hard to estimate. Videos with stable motions are preferred.
|
616 |
2. Pixel-aware fusion may not work for large or quick motions.
|
617 |
3. revAnimated_v11 model for non-photorealstic style, realisticVisionV20_v20 model for photorealstic style.
|
618 |
4. To use your own SD/LoRA model, you may clone the space and speficify your model with [sd_model_cfg.py](https://huggingface.co/spaces/Anonymous-sub/Rerender/blob/main/sd_model_cfg.py).
|
|
|
912 |
run_button2.click(fn=process2, inputs=ips, outputs=[result_keyframe])
|
913 |
|
914 |
def process3():
|
915 |
+
raise gr.Error("Coming Soon. Full code for full video translation will be "
|
916 |
"released upon the publication of the paper.")
|
917 |
|
918 |
run_button3.click(fn=process3, outputs=[result_keyframe])
|