Spaces:
Runtime error
Runtime error
Update opensora/serve/gradio_utils.py
Browse files
opensora/serve/gradio_utils.py
CHANGED
@@ -15,7 +15,7 @@ def randomize_seed_fn(seed: int, randomize_seed: bool) -> int:
|
|
15 |
|
16 |
title_markdown = ("""
|
17 |
<div style='display: flex; align-items: center; justify-content: center; text-align: center;'>
|
18 |
-
<img src='https://
|
19 |
</div>
|
20 |
""")
|
21 |
DESCRIPTION = """
|
@@ -23,7 +23,7 @@ DESCRIPTION = """
|
|
23 |
## If Open-Sora-Plan is helpful, please help to ✨ the [Github Repo](https://github.com/PKU-YuanGroup/Open-Sora-Plan) and recommend it to your friends 😊'
|
24 |
#### [Open-Sora-Plan v1.0.0](https://github.com/PKU-YuanGroup/Open-Sora-Plan) is a transformer-based text-to-video diffusion system trained on text embeddings from T5.
|
25 |
#### This demo is only trained on 40k videos, when creating videos, please be aware that it has the potential to generate harmful videos. For more details read our [report]().
|
26 |
-
#### Image generation is typically 50 steps, video generation maybe
|
27 |
#### Feel free to enjoy the examples.
|
28 |
#### English prompts ONLY; 提示词仅限英文
|
29 |
####
|
|
|
15 |
|
16 |
title_markdown = ("""
|
17 |
<div style='display: flex; align-items: center; justify-content: center; text-align: center;'>
|
18 |
+
<img src='https://www.pnglog.com/AOuPMh.png' style='width: 400px; height: auto; margin-right: 10px;' />
|
19 |
</div>
|
20 |
""")
|
21 |
DESCRIPTION = """
|
|
|
23 |
## If Open-Sora-Plan is helpful, please help to ✨ the [Github Repo](https://github.com/PKU-YuanGroup/Open-Sora-Plan) and recommend it to your friends 😊'
|
24 |
#### [Open-Sora-Plan v1.0.0](https://github.com/PKU-YuanGroup/Open-Sora-Plan) is a transformer-based text-to-video diffusion system trained on text embeddings from T5.
|
25 |
#### This demo is only trained on 40k videos, when creating videos, please be aware that it has the potential to generate harmful videos. For more details read our [report]().
|
26 |
+
#### Image generation is typically 50 steps, video generation maybe 150 steps will yield good results, but this may take 2-3 minutes.
|
27 |
#### Feel free to enjoy the examples.
|
28 |
#### English prompts ONLY; 提示词仅限英文
|
29 |
####
|