Skip to content

Commit

Permalink
potat1_text_to_video_colab
Browse files Browse the repository at this point in the history
  • Loading branch information
camenduru authored Jun 5, 2023
1 parent 0d9cb51 commit 8ce6817
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 69 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

| Colab | Type
| --- | --- |
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/camenduru/text-to-video-synthesis-colab/blob/main/potat1_10K_text_to_video_colab.ipynb) | potat1_10K_text_to_video_colab
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/camenduru/text-to-video-synthesis-colab/blob/main/potat1_text_to_video_colab.ipynb) | potat1_text_to_video_colab
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/camenduru/text-to-video-synthesis-colab/blob/main/zeroscope_v1_320s_text_to_video_colab.ipynb) | zeroscope_v1_320s_text_to_video_colab [cerspense/zeroscope_v1_320s](https://huggingface.co/cerspense/zeroscope_v1_320s)
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/camenduru/text-to-video-synthesis-colab/blob/main/ms_1_7b_text_to_video_colab.ipynb) | ms_1_7b_text_to_video_colab [damo-vilab/text-to-video-ms-1.7b](https://huggingface.co/damo-vilab/text-to-video-ms-1.7b)
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/camenduru/text-to-video-synthesis-colab/blob/main/animov_512x_text_to_video_colab.ipynb) | animov_512x_text_to_video_colab [strangeman3107/animov-512x](https://huggingface.co/strangeman3107/animov-512x)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"id": "view-in-github"
},
"source": [
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/camenduru/text-to-video-synthesis-colab/blob/main/potat1_10K_text_to_video_colab.ipynb)"
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/camenduru/text-to-video-synthesis-colab/blob/main/potat1_text_to_video_colab.ipynb)"
]
},
{
Expand All @@ -21,7 +21,7 @@
"!pip install -q torch==1.13.1+cu116 torchvision==0.14.1+cu116 torchaudio==0.13.1 torchtext==0.14.1 torchdata==0.5.1 --extra-index-url https://download.pytorch.org/whl/cu116 -U\n",
"!pip install git+https://github.com/huggingface/diffusers transformers accelerate imageio[ffmpeg] -U einops omegaconf decord xformers==0.0.16 safetensors\n",
"!git clone -b dev https://github.com/camenduru/Text-To-Video-Finetuning\n",
"!git clone https://huggingface.co/vdo/potat1-10000"
"!git clone https://huggingface.co/vdo/potat1"
]
},
{
Expand All @@ -42,7 +42,7 @@
"guidance_scale = 23 #@param {type:\"raw\"}\n",
"fps = 30 #@param {type:\"raw\"}\n",
"num_frames = 24 #@param {type:\"raw\"}\n",
"!python inference.py -m \"/content/potat1-10000\" -p {prompt} -n {negative} -W 1024 -H 576 -o /content/outputs -d cuda -x -s {num_steps} -g {guidance_scale} -f {fps} -T {num_frames}"
"!python inference.py -m \"/content/potat1\" -p {prompt} -n {negative} -W 1024 -H 576 -o /content/outputs -d cuda -x -s {num_steps} -g {guidance_scale} -f {fps} -T {num_frames}"
]
}
],
Expand Down
65 changes: 0 additions & 65 deletions test_20K_text_to_video_colab.ipynb

This file was deleted.

0 comments on commit 8ce6817

Please sign in to comment.