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

Increasing Frame resolution bigger than 768 ? #123

Open
theainoobs opened this issue Mar 7, 2024 · 1 comment
Open

Increasing Frame resolution bigger than 768 ? #123

theainoobs opened this issue Mar 7, 2024 · 1 comment

Comments

@theainoobs
Copy link

Hi,

I've been playing with this a lot but the results differ drastically on realistic models if I can set somehow the Frame resolution bigger than what the Web UI tells me as 768. I am trying to replicate the results from Stable Diffusion which I can do 1920x1080 but I don't seem to find how and if I can achieve such resolution here.

Any idea ? Am not a coder but can modify a few lines here and there if needed.

I have an RTX3090 24GB RAM.

Thanks in advance.

@theainoobs
Copy link
Author

I found this thing in video_util.py and edited to have 1280 for any type of GPU limit and seems to have increased resolution but not sure if this is the correct way or even the most efficient.

table of gpu memory limit

gpu_table = {24: 1280, 18: **1280**, 14: **1280**, 10: 640, 8: 576, 7: 512, 6: 448, 5: 320, 4: 192, 0: 0}

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

1 participant