Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
camenduru authored Nov 22, 2023
1 parent 62fcecf commit 550d5b7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions stable_video_diffusion_fp16_colab.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@
"%cd /content\n",
"!git clone -b dev https://github.com/camenduru/generative-models\n",
"!pip install -e generative-models\n",
"!pip install -q torch==2.0.1+cu118 torchvision==0.15.2+cu118 torchaudio==2.0.2+cu118 torchtext==0.15.2 torchdata==0.6.1 --extra-index-url https://download.pytorch.org/whl/cu118 -U\n",
"!pip install -q xformers==0.0.20 omegaconf pytorch-lightning einops kornia open-clip-torch git+https://github.com/openai/CLIP fire invisible-watermark gradio ninja\n",
"!pip install -q -r https://github.com/camenduru/stable-video-diffusion-colab/raw/main/requirements.txt\n",
"# !pip install -q torch==2.0.1+cu118 torchvision==0.15.2+cu118 torchaudio==2.0.2+cu118 torchtext==0.15.2 torchdata==0.6.1 --extra-index-url https://download.pytorch.org/whl/cu118 -U\n",
"# !pip install -q xformers==0.0.20 omegaconf pytorch-lightning einops kornia open-clip-torch git+https://github.com/openai/CLIP fire invisible-watermark gradio ninja\n",
"!pip install -q -e git+https://github.com/Stability-AI/datapipelines@main#egg=sdata\n",
"\n",
"!apt -y install -qq aria2\n",
Expand Down

0 comments on commit 550d5b7

Please sign in to comment.