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 62e109e commit 3a367f2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions stable_video_diffusion_fp16_colab.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,8 @@
"source": [
"%cd /content\n",
"!git clone -b dev https://github.com/camenduru/generative-models\n",
"!pip install -e generative-models\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 generative-models\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 3a367f2

Please sign in to comment.