Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save lcsouzamenezes/6030384a1a6caa962ef5fee999fb3c42 to your computer and use it in GitHub Desktop.
Save lcsouzamenezes/6030384a1a6caa962ef5fee999fb3c42 to your computer and use it in GitHub Desktop.
text-to-video install
conda create --name myenv python=3.10.11
conda activate myenv
conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia
git clone -b dev https://github.com/camenduru/Text-To-Video-Finetuning
git clone https://huggingface.co/kabachuha/potat1-with-text-encoder-original-format/tree/main
pip install -r requirements.txt
python inference.py -m "C:\Users\USER\Desktop\content\potat1" -p "ducks in a lake" -W 320 -H 320 -o "C:\Users\USER\Desktop\content\Text-To-Video-Finetuning\outputs" -d cuda -x -s 33 -g 23 -f 30 -T 24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment