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

I get this error: Repository Not Found for url: https://huggingface.co/api/models/THUDM/CogVideoX-5b. Is CogVideoX-5b not open sourced? #174

Closed
2 tasks done
SamitM1 opened this issue Aug 26, 2024 · 3 comments
Assignees

Comments

@SamitM1
Copy link

SamitM1 commented Aug 26, 2024

System Info / 系統信息

When running the following code which i got from the official Diffusers Github, which states that:

There are two models available that can be used with the CogVideoX pipeline:

THUDM/CogVideoX-2b
THUDM/CogVideoX-5b

import torch
from diffusers import CogVideoXPipeline
from diffusers.utils import export_to_video

pipe = CogVideoXPipeline.from_pretrained("THUDM/CogVideoX-5b").to("cuda")

I get the following error when i run the code above:

The secret `HF_TOKEN` does not exist in your Colab secrets.
To authenticate with the Hugging Face Hub, create a token in your settings tab (https://huggingface.co/settings/tokens), set it as secret in your Google Colab and restart your session.
You will be able to reuse this secret in all of your notebooks.
Please note that authentication is recommended but still optional to access public models or datasets.
  warnings.warn(
Couldn't connect to the Hub: 401 Client Error. (Request ID: Root=1-66ccda44-4ad8d0340c57e3de2ef72472;02e029d2-a309-4f35-be66-b6a1cc146a52)

Repository Not Found for url: https://huggingface.co/api/models/THUDM/CogVideoX-5b.
Please make sure you specified the correct `repo_id` and `repo_type`.
If you are trying to access a private or gated repo, make sure you are authenticated.
Invalid username or password..
Will try to load from local cache.

Is CogVideoX-5b not open sourced? If not, approximately when will it be released/open-sourced?

Thanks in advance!

Information / 问题信息

  • The official example scripts / 官方的示例脚本
  • My own modified scripts / 我自己修改的脚本和任务

Reproduction / 复现过程

  1. !git clone https://github.com/THUDM/CogVideo.git
  2. !pip install -r CogVideo/requirements.txt
import torch
from diffusers import CogVideoXPipeline
from diffusers.utils import export_to_video

pipe = CogVideoXPipeline.from_pretrained("THUDM/CogVideoX-5b").to("cuda")

Expected behavior / 期待表现

I expected it download the model similar to how it downloads CogVideoX-2b:

Screen Shot 2024-08-26 at 12 53 26 PM
@johnwick123f
Copy link

@SamitM1 CogVideoX-5b is not released yet. They are going to release it a bit later I believe.

@Weifeng-Chen
Copy link

when will the 5b model be released ?

@zRzRzRzRzRzRzR zRzRzRzRzRzRzR self-assigned this Aug 27, 2024
@zRzRzRzRzRzRzR
Copy link
Member

Now release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants
@Weifeng-Chen @SamitM1 @zRzRzRzRzRzRzR @johnwick123f and others