Skip to content

Commit

Permalink
Update diffusion demo video after minor prompt upsampler change
Browse files Browse the repository at this point in the history
  • Loading branch information
GitLab Mirror Bot committed Jan 9, 2025
1 parent b7c234a commit a6e2fdd
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 27 deletions.
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,11 @@ checkpoints/*
# Data types
*.jit
*.pt
*.png
*.hdr
*.jpg
*.jpeg
*.webp
*.pgm
*.tiff
*.tif
*.mp4
*.tar
*.tar.gz
*.gz
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ PYTHONPATH=$(pwd) python cosmos1/models/diffusion/inference/text2world.py \
--video_save_name Cosmos-1.0-Diffusion-7B-Text2World
```

<video src="https://github.com/user-attachments/assets/d3ce56ad-ed6c-445b-a67a-62487e9c32ce">
<video src="https://github.com/user-attachments/assets/db7bebfe-5314-40a6-b045-4f6ce0a87f2a">
Your browser does not support the video tag.
</video>

Expand Down
2 changes: 1 addition & 1 deletion cosmos1/models/autoregressive/nemo/inference/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ Complete the following steps to generate a new output video.

The following output is an example video generated from the post-trained model using [`general.py`](./general.py):

<video src="https://github.com/user-attachments/assets/482c35b8-71bb-4d20-888a-abe7c2741933">
<video src="https://github.com/user-attachments/assets/e744a5a4-2ce0-4de3-9497-7152b25c9022">
Your browser does not support the video tag.
</video>

Expand Down
2 changes: 1 addition & 1 deletion cosmos1/models/diffusion/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ PYTHONPATH=$(pwd) python cosmos1/models/diffusion/inference/text2world.py \

Here is an example output video generated using text2world.py:

<video src="https://github.com/user-attachments/assets/d3ce56ad-ed6c-445b-a67a-62487e9c32ce">
<video src="https://github.com/user-attachments/assets/db7bebfe-5314-40a6-b045-4f6ce0a87f2a">
Your browser does not support the video tag.
</video>

Expand Down
Binary file modified cosmos1/models/diffusion/assets/v1p0/text2world_example.mp4
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion cosmos1/models/diffusion/nemo/inference/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ Complete the following steps to generate a new output video from the model post-

The following output is an example video generated from the post-trained model using [`general.py`](./inference/general.py):

<video src="https://github.com/user-attachments/assets/6c8ae0b7-fce4-4ec8-9aa6-68ad141df11f">
<video src="https://github.com/user-attachments/assets/a2b5bc7e-4e0a-4514-a04e-919281cee6fa">
Your browser does not support the video tag.
</video>

Expand Down
19 changes: 0 additions & 19 deletions cosmos1/models/post_training/README.md

This file was deleted.

0 comments on commit a6e2fdd

Please sign in to comment.