pharmapsychotic commited on
Commit
97e42fb
1 Parent(s): 4d71bbd

Update readme

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -58,7 +58,7 @@ extra_gated_fields:
58
  By clicking here, you agree to sharing with Stability AI the information contained within this form and that Stability AI can contact you for the purposes of marketing our products and services: checkbox
59
  ---
60
 
61
- # Stable Video Diffusion 1.1 TensorRT Model Card
62
 
63
  ![row01](svd11.webp)
64
 
@@ -79,8 +79,10 @@ This model is intended for research purposes only and should not be used in any
79
  git clone https://github.com/rajeevsrao/TensorRT.git
80
  cd TensorRT
81
  git checkout release/svd
 
82
  git lfs install
83
  git clone https://huggingface.co/stabilityai/stable-video-diffusion-img2vid-xt-1-1-tensorrt
 
84
  docker run --rm -it --gpus all -v $PWD:/workspace nvcr.io/nvidia/pytorch:23.12-py3 /bin/bash
85
  ```
86
 
 
58
  By clicking here, you agree to sharing with Stability AI the information contained within this form and that Stability AI can contact you for the purposes of marketing our products and services: checkbox
59
  ---
60
 
61
+ # Stable Video Diffusion 1.1 TensorRT
62
 
63
  ![row01](svd11.webp)
64
 
 
79
  git clone https://github.com/rajeevsrao/TensorRT.git
80
  cd TensorRT
81
  git checkout release/svd
82
+
83
  git lfs install
84
  git clone https://huggingface.co/stabilityai/stable-video-diffusion-img2vid-xt-1-1-tensorrt
85
+
86
  docker run --rm -it --gpus all -v $PWD:/workspace nvcr.io/nvidia/pytorch:23.12-py3 /bin/bash
87
  ```
88