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

Colab processing stop half-way while upscaling #1293

Open
hyperLogsd opened this issue Jan 11, 2025 · 9 comments
Open

Colab processing stop half-way while upscaling #1293

hyperLogsd opened this issue Jan 11, 2025 · 9 comments
Labels
state:Backlog This issue will be worked on in the future state:WaitingForCreator Further information required

Comments

@hyperLogsd
Copy link

hyperLogsd commented Jan 11, 2025

While I was upscaling with Collab, it stopped, and no error showed. After I checked, I saw the remaining time was 'remaining=00:11:13^C' and returned me with a 48 byte file What happened?

@github-actions github-actions bot added the state:Backlog This issue will be worked on in the future label Jan 11, 2025
@hyperLogsd hyperLogsd changed the title error while upscaling stop while upscaling Jan 11, 2025
@k4yt3x
Copy link
Owner

k4yt3x commented Jan 12, 2025

That's not a whole lot of information to work with. For how long did you run it for?

@hyperLogsd
Copy link
Author

hyperLogsd commented Jan 12, 2025

That's not a whole lot of information to work with. For how long did you run it for?
after 5 minutes it says done, I guess the frame size is larger than 139264 so it doesn't work anymore
frame=27/86 (31.40%); fps=0.09; elapsed=00:05:05; remaining=00:11:06^C

@k4yt3x
Copy link
Owner

k4yt3x commented Jan 12, 2025

If the frame size is too large for the encoder then it should stop on the first frame. I don't have a good guess yet. Can you set the verbosity to debug so it prints more information and attach that either as text or a file? Double click on the upscale step and change the last line to:

!{' '.join(command) + "--log-level debug"}

image

Then run it again.

@hyperLogsd
Copy link
Author

If the frame size is too large for the encoder then it should stop on the first frame. I don't have a good guess yet. Can you set the verbosity to debug so it prints more information and attach that either as text or a file? Double click on the upscale step and change the last line to:

!{' '.join(command) + "--log-level debug"}

image

Then run it again.
it sad [critical] Error parsing arguments: the argument ('2--log-level') for option '--scaling-factor' is invalid

@k4yt3x
Copy link
Owner

k4yt3x commented Jan 13, 2025

Oh uh add another space before the --:

!{' '.join(command) + " --log-level debug"}

@k4yt3x k4yt3x changed the title stop while upscaling Colab processing stop half-way while upscaling Jan 13, 2025
@hyperLogsd
Copy link
Author

Oh uh add another space before the --:

!{' '.join(command) + " --log-level debug"}
is sad [critical] Error parsing arguments: option '--log-level' cannot be specified more than once

@k4yt3x
Copy link
Owner

k4yt3x commented Jan 14, 2025

Oh no sorry I'm stupid, I already added the loglevel option. Please just set this to debug and run again:

image

@hyperLogsd
Copy link
Author

Oh no sorry I'm stupid, I already added the loglevel option. Please just set this to debug and run again:

image

it's still the same still stops at frame 27 it doesn't give any error or anything it just stops and colab says it's done

@k4yt3x
Copy link
Owner

k4yt3x commented Jan 16, 2025

Maybe the video doesn't have nb_frames information and the estimation is wrong? Can you send me the video so I can take a look at it?

@k4yt3x k4yt3x added state:WaitingForCreator Further information required and removed component:Colab labels Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
state:Backlog This issue will be worked on in the future state:WaitingForCreator Further information required
Projects
None yet
Development

No branches or pull requests

2 participants