Skip to content

Generative Models by Stability AI with my optimization

License

Notifications You must be signed in to change notification settings

GaussianGuaicai/generative-models

 
 

Repository files navigation

Generative Models by Stability AI

This repo dose little optimization on Stable Video Diffusion inference. I added Low VRAM mode by default from other demo, and it reduce VRAM usage ~30% for me (64GB RAM + RTX 3080Ti 12GB).

Now i can run SVD with 9 FPS and 18 Frames with in 1 minute without leaking too much VRAM to RAM; Also i can run SDXL-Turbo with no VRAM leak (fp16).

Launch SVD web app:

cd generative-models
streamlit run scripts/demo/video_sampling.py

Launch SDXL-Turbo or SD-Turbo web app:

cd generative-models
streamlit run scripts/demo/turbo.py

About

Generative Models by Stability AI with my optimization

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.7%
  • Roff 2.3%