Spaces:
Running
on
Zero
Running
on
Zero
add note about the update to v0.9.8 (#24)
Browse files- add note about the update to v0.9.8 (f256d9380013e0ecbac7f17d2e91f018b1f8df5f)
Co-authored-by: Linoy Tsaban <linoyts@users.noreply.huggingface.co>
app.py
CHANGED
@@ -375,8 +375,8 @@ css="""
|
|
375 |
|
376 |
with gr.Blocks(css=css) as demo:
|
377 |
gr.Markdown("# LTX Video 0.9.8 13B Distilled")
|
378 |
-
gr.Markdown("Fast high quality video generation
|
379 |
-
|
380 |
with gr.Row():
|
381 |
with gr.Column():
|
382 |
with gr.Tab("image-to-video") as image_tab:
|
|
|
375 |
|
376 |
with gr.Blocks(css=css) as demo:
|
377 |
gr.Markdown("# LTX Video 0.9.8 13B Distilled")
|
378 |
+
gr.Markdown("Fast high quality video generation.**Update (17/07):** now with the new v0.9.8 for improved prompt understanding and detail generation" )
|
379 |
+
gr.Markdown("[Model](https://huggingface.co/Lightricks/LTX-Video/blob/main/ltxv-13b-0.9.8-distilled.safetensors) [GitHub](https://github.com/Lightricks/LTX-Video) [Diffusers](https://huggingface.co/Lightricks/LTX-Video-0.9.8-13B-distilled#diffusers-🧨)")
|
380 |
with gr.Row():
|
381 |
with gr.Column():
|
382 |
with gr.Tab("image-to-video") as image_tab:
|