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

CUGAN models doesnt work on RTX 3090 #4

Open
Juliu5LT opened this issue Jan 4, 2024 · 9 comments
Open

CUGAN models doesnt work on RTX 3090 #4

Juliu5LT opened this issue Jan 4, 2024 · 9 comments

Comments

@Juliu5LT
Copy link

Juliu5LT commented Jan 4, 2024

using TensorRT every CUGAN model gives CUDA out of memory on my RTX 3090 24 GB VRAM, Direct or NCNN works but lots of encoding errors in the video

@n1c3c0d3
Copy link

n1c3c0d3 commented Jan 8, 2024

I have a 3090 as well, used TensorRT with mkv and got audio only. If I can get output from Direct or NCNN then maybe TensorRT has an issue.

@Juliu5LT
Copy link
Author

Juliu5LT commented Jan 8, 2024

TensorRT gives me CUDA out of memory error every time, Direct and NCNN i get output but very buggy lots of green screen artifacts etc etc

@n1c3c0d3
Copy link

n1c3c0d3 commented Jan 8, 2024

So the one setting I wasn't looking out for was "allow videos in output path to be overwritten"

Disabling this at least got me as far as actually seeing the conversion in real time on console output.

I'm going to see if I hit the CUDA memory limit but so far that's not happening as it's only using less than 4gb of my vram.

Are you using NVENC?

@Juliu5LT
Copy link
Author

Juliu5LT commented Jan 8, 2024

Tried HEVC , x265 , x264 all 3 of em have artifacts for me using cugan...

@n1c3c0d3
Copy link

n1c3c0d3 commented Jan 8, 2024

I'm wondering about your cpu as well, it's possible there is a bottleneck causing additional processing to go towards your vram. I have 12 cores and the vram usage is pretty low.

@Juliu5LT
Copy link
Author

Juliu5LT commented Jan 8, 2024

i9-9900K , 64 GB RAM

@n1c3c0d3
Copy link

n1c3c0d3 commented Jan 8, 2024

Maybe share the output in a txt file and look for any errors in the console

@n1c3c0d3
Copy link

n1c3c0d3 commented Jan 8, 2024

Forgot to ask, are you using compact or ultracompact?

@Kuphi
Copy link

Kuphi commented Aug 27, 2024

I tried Real-CUGAN, which is not working on an RTX4080. If anyone has a good onnx model and/or TensorRT settings that work for Real-CUGAN, I would love to give it a try.

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

3 participants