multimodalart HF Staff linoyts HF Staff commited on
Commit
12a74c8
·
verified ·
1 Parent(s): 9c24b47

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>

Files changed (1) hide show
  1. app.py +2 -2
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. [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-🧨)")
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: