Skip to content

MYJOKERML/CLIPasso_Vedio

Repository files navigation

CLIPasso_Vedio

This is a project based on CLIPasso and RIFE. In this project, you can turn a vedio into an interesting simple stroke video.

np2v4-cazko

How to use it

  1. Install dependent environment. Recommend anaconda.

    conda create --name clipasso_vedio python=3.7
    conda activate clipasso_vedio
    git clone https://github.com/MYJOKERML/CLIPasso_Vedio.git
    cd CLIPasso_Vedio
    pip install -r requirements.txt
    cd CLIPasso
    pip install torch==1.7.1+cu101 torchvision==0.8.2+cu101 -f https://download.pytorch.org/whl/torch_stable.html
    pip install git+https://github.com/openai/CLIP.git
    git clone https://github.com/BachiLi/diffvg
    cd diffvg
    git submodule update --init --recursive
    python setup.py install
    cd ../../
    
  2. Put your video in the folder input and then run the project.

    python main.py --target_file your_file_name
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published