sashakunitsyn commited on
Commit
7989d31
1 Parent(s): 0fdc7ef

Update project links and hardware note

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -14,7 +14,9 @@ tags: [kandinsky, image-to-video, physical-ai, world-model]
14
  **Image-to-Video generation for Physical AI: autonomous driving 路 robotics 路 general physics**
15
 
16
  [馃 Checkpoints collection](https://huggingface.co/collections/kandinskylab/kandinsky-wm-10-6a67455245052645fcfbd5f3) 路
17
- [馃З Base model (Kandinsky 5.0)](https://github.com/kandinskylab/kandinsky-5)
 
 
18
 
19
  </div>
20
 
@@ -220,8 +222,7 @@ frames = pipe(
220
  export_to_video(frames, "robotics_out.mp4", fps=24, quality=9)
221
  ```
222
 
223
- Script: [`examples/run_i2v_diffusers.py`](https://github.com/kandinskylab/kandinsky-wm/blob/main/examples/run_i2v_diffusers.py). Lite (2B, ~21 GB bf16)
224
- fits a single 80 GB GPU with no offload; ~4 min for 50 steps on one H100.
225
 
226
 
227
  ## Acknowledgements
 
14
  **Image-to-Video generation for Physical AI: autonomous driving 路 robotics 路 general physics**
15
 
16
  [馃 Checkpoints collection](https://huggingface.co/collections/kandinskylab/kandinsky-wm-10-6a67455245052645fcfbd5f3) 路
17
+ [馃З Base model (Kandinsky 5.0)](https://github.com/kandinskylab/kandinsky-5)
18
+ [馃捇 GitHub](https://github.com/kandinskylab/kandinsky-wm) 路
19
+ [馃摑 Habr article](https://habr.com/ru/companies/sberbank/articles/1054966/)
20
 
21
  </div>
22
 
 
222
  export_to_video(frames, "robotics_out.mp4", fps=24, quality=9)
223
  ```
224
 
225
+ Script: [`examples/run_i2v_diffusers.py`](https://github.com/kandinskylab/kandinsky-wm/blob/main/examples/run_i2v_diffusers.py).
 
226
 
227
 
228
  ## Acknowledgements