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

Error in CogVideoX Image-to-Video #3627

Closed
vladmandic opened this issue Dec 11, 2024 Discussed in #3625 · 1 comment
Closed

Error in CogVideoX Image-to-Video #3627

vladmandic opened this issue Dec 11, 2024 Discussed in #3625 · 1 comment
Labels
backlog Valid issue but requires non-trivial work and is placed in backlog bug Something isn't working

Comments

@vladmandic
Copy link
Owner

Discussed in #3625

Originally posted by holgerpieta December 9, 2024
Hello Experts

I'm trying to run CogVideoX Image-to-Video, but I seem to be doing something wrong.
Here is what I do:

  • Start SD.Next
  • Select any base model (not important for the problem)
  • Select "Image" Tab
  • Input some prompt (again not important)
  • Drag and drop an image file onto the left box
  • Open "Resize": "Fixed", "Nearest", "Fixed", 512x512
  • Script "Video CogVideoX"
  • Model: "THUDM/CogVideoX-5b-I2V"
  • Generate

The result in an error message: CogVideoX: model=THUDM/CogVideoX-5b-I2V image input not supported
I've traced the message to line 187 in file scripts/cogvideo.py
Looking at that I think the problem is that the run function is called with an empty image argument.

So I presume I did something wrong, clicked the wrong buttons or the didn't click the right buttons, causing the image input to be empty.

Any hints what I did wrong?

@vladmandic vladmandic added bug Something isn't working backlog Valid issue but requires non-trivial work and is placed in backlog labels Dec 21, 2024
@vladmandic
Copy link
Owner Author

this issue is resolved, the remaining one is tracked under #3639

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog Valid issue but requires non-trivial work and is placed in backlog bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant