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 8eb5e98 commit 707d2a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion stable_video_diffusion_fp16_colab.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,13 @@
"source": [
"%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 -e git+https://github.com/Stability-AI/datapipelines@main#egg=sdata\n",
"\n",
"!apt -y install -qq aria2\n",
"!aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/vdo/stable-video-diffusion-img2vid-xt/resolve/main/svd_xt.safetensors -d /content/checkpoints -o svd_xt.safetensors\n",
"!aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/vdo/stable-video-diffusion-img2vid-xt/resolve/main/svd_xt.safetensors?download=true -d /content/checkpoints -o svd_xt.safetensors\n",
"\n",
"!mkdir -p /content/scripts/util/detection\n",
"!ln -s /content/generative-models/scripts/util/detection/p_head_v1.npz /content/scripts/util/detection/p_head_v1.npz\n",
Expand Down

0 comments on commit 707d2a8

Please sign in to comment.