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

Used up ~1TB of space and crashed, no disk space left #11

Open
derekcentrico opened this issue Sep 25, 2023 · 3 comments
Open

Used up ~1TB of space and crashed, no disk space left #11

derekcentrico opened this issue Sep 25, 2023 · 3 comments

Comments

@derekcentrico
Copy link

I have quite a large file to process. 521 minutes @ 938531 frames, 30fps, filezie 10.5GB. I have a crap GPU (2gb VRAM).

Settings used: RealESR-Gx4, Full precision, Interpolation yes, .png, .mp4 output (input is .mp4), using my GPU GTX 1050, 2GB of vRAM, 50% resolution, 4 CPU count (have 12 but didn't want to slow down other things).

Anyways, went 3 days doing just fine. Was at 43% complete. It generated something like 1.4 million files in RealScaler_temp. In doing so, it ate up all space on the machine - 1TB worth. Then, it naturally crashed the upscale as well as other running apps.

How can one control the amount of files/diskspace used? I'm hardlimited to 1TB. Prefer not to push over 500GB. I would think, and hope, it could assemble and remove tons of files as it goes otherwise it seems to need 3-4TB just to do a 10GB file.

@Djdefrag
Copy link
Owner

Hi my friend,

the main problem is that you selected ".png" as AI output. A png frame can be up to x5 times heavier than jpg.

To avoid this problem you can also try to cut the video in 4 parts.

To speedup the video upscaling, i suppose that Half precision can be more suitable for your gpu :)

@derekcentrico
Copy link
Author

I figured jpeg wouldn't be so good for this old 1990s-based content trying to get quality through an AI process.

Will try jpeg now. Worst case I'll do it in separate parts and try to splice it back together.

I know I need a new rig at some point down the line.

@Djdefrag
Copy link
Owner

Png is better but jpg is also good :)

Also in future there will be updates to push more performance, up to 50% :)

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

2 participants