fastflair / AIDirectorUI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AIDirectorUI

AIDirectorUI is a tool designed to facilitate the generation and merging of AI-created videos based on user-supplied prompts.

Prerequisites

  • Python 3.7 or later
  • Git
  • pip (Python package installer)

Installation and Usage

  1. Clone the repository:
git clone https://github.com/newDevPL/AIDirectorUI.git
  1. Navigate to the AIDirectorUI directory:
cd AIDirectorUI
  1. Run the setup script according to your operating system:
  • For Windows:
setup_env.bat
  • For Linux/Mac:
bash setup_env.sh
  1. Run the application:
  • For Windows:
start.bat
  • For Linux/Mac:
bash start.sh

Files

  • run_model.py: The main script that generates videos based on user prompts using the Zeroscope AI model.
  • mergevideo.py: A script that merges multiple videos and audio files from the output folder into one.
  • setup_env.bat/setup_env.sh: A script to set up the Python virtual environment and install required dependencies.
  • start.bat/start.sh: A script to start the Gradio interface.

Notes

About


Languages

Language:Python 87.8%Language:Batchfile 6.2%Language:Shell 6.0%