Skip to content

Instantly share code, notes, and snippets.

@var618
Created September 7, 2023 02:15
Show Gist options
  • Save var618/ad02a1ddfd5c9e4809d99baa0ab44456 to your computer and use it in GitHub Desktop.
Save var618/ad02a1ddfd5c9e4809d99baa0ab44456 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
%cd /content
!git clone -b dev https://github.com/camenduru/tokenflow-hf
!pip install -q diffusers ftfy transformers accelerate xformers==0.0.20 kornia av gradio
!wget https://huggingface.co/spaces/weizmannscience/tokenflow/resolve/main/examples/woman-running.mp4 -O /content/tokenflow-hf/examples/woman-running.mp4
!wget https://huggingface.co/spaces/weizmannscience/tokenflow/resolve/main/examples/running_dog.mp4 -O /content/tokenflow-hf/examples/running_dog.mp4
%cd /content/tokenflow-hf
!python app.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment