trantorrepository / text2video

Text to Video pipeline + ControlNet Editing pipeline using HF StableDiffusion

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

text2video

Text to Video pipeline + ControlNet Editing pipeline using HF StableDiffusion

Quickstart guide:

git clone https://github.com/IMJONEZZ/text2video.git

conda create -n txt2vid python=3.9

conda activate txt2vid

pip install -r requirements.txt

python -m txt2vid.py

Then you can run the Jupyter Notebook or the script at your liesure.

WIP

TODO:

About

Text to Video pipeline + ControlNet Editing pipeline using HF StableDiffusion

License:MIT License


Languages

Language:Jupyter Notebook 82.6%Language:Python 17.4%