CivArchive
    ← All articles
    Published November 23, 2023by sdhassan

    Auto installer for Stability Video generation (Under 20GB VRAM)

    663 views3 reactions4 comments on CivitAI11 collected
    stability videovideo generationtool guide

    Credits to the original posters, u/MyWhyAI and u/MustBeSomethingThere , as I took their methods from their reddit comments and created both a python script and batch script to auto install and download what's required.

    Windows: Run the Batch File

    • Double click on the install-sd-video.bat file to run it, it will:

    1. Clone the generative-models repository

    2. Download necessary files and scripts which were modified

    3. Create a Python virtual environment

    4. Install required dependencies

    5. Prepare the system to run the Streamlit application

    Multiple OS: Run the Python Script

    Execute the script using Python:

    python install-sd-video.py

    This script performs similar tasks as the batch file but is compatible with multiple operating systems.
    https://github.com/hassan-sd/sd-video-install


    Attachments