AINovice2005 commited on
Commit
3be07c2
·
verified ·
1 Parent(s): 3926e61

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -18,7 +18,7 @@ pipeline_tag: text-to-video
18
 
19
  # Pruna VAE for Modular Diffusers
20
 
21
- This repository provides a **Modular Diffusers** implementation of the [PrunaVAED](https://huggingface.co/PrunaAI/PrunaVAED). It packages the pruned decoder implementation together with the custom loading logic required to use
22
  the model as a reusable Modular Diffusers component.
23
 
24
  The repository exposes a custom `LoadPrunaVAE` block that downloads and instantiates `PrunaAutoencoderKLLTX2Video`, making it available as `components.vae` within a Modular Diffusers pipeline.
@@ -70,4 +70,4 @@ and can be used anywhere a compatible LTX-2 Video VAE is expected.
70
 
71
  ## Acknowledgements
72
 
73
- This work builds upon the Pruna VAE implementation released by **PrunaAI** and adapts it for use as a reusable Modular Diffusers component.
 
18
 
19
  # Pruna VAE for Modular Diffusers
20
 
21
+ This repository provides a **Modular Diffusers** implementation of [PrunaVAED](https://huggingface.co/PrunaAI/PrunaVAED). It packages the optimized video decoder implementation together with the custom loading mechanism required to use
22
  the model as a reusable Modular Diffusers component.
23
 
24
  The repository exposes a custom `LoadPrunaVAE` block that downloads and instantiates `PrunaAutoencoderKLLTX2Video`, making it available as `components.vae` within a Modular Diffusers pipeline.
 
70
 
71
  ## Acknowledgements
72
 
73
+ This work builds upon the Pruna VAE implementation released by **[PrunaAI](https://github.com/PrunaAI/pruna)** and adapts it for use as a reusable Modular Diffusers component.