Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(README): Simplify README instructions by suggesting to download only the 7B model #11

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

AlessioGalluccio
Copy link

I provide a solution for issue #10

The original command:
PYTHONPATH=$(pwd) python cosmos1/scripts/download_diffusion.py --model_sizes 7B 14B --model_types Text2World Video2World
will download both the 7B and 14B models, which are very large and slow to download.

The proposed solution will download only the lightest model, making the getting-started process easier and faster for beginners.

Signed-off-by: AlessioGalluccio <[email protected]>
@joel-evercoast
Copy link

It would also be helpful to warn in the installation docs that people should expect to download over 200GB of data if they choose to do both - so that people ensure they have enough free space on their local machine or cloud server.

@sophiahhuang sophiahhuang added the documentation Improvements or additions to documentation label Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants