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

How can I increase the quality limit to more than 512 and the number of passes to more than 50? #64

Open
ZipFear opened this issue Jan 30, 2025 · 3 comments

Comments

@ZipFear
Copy link

ZipFear commented Jan 30, 2025

Hello dear developers, thank you for your hard work!
My question is about changing two important parameters, I have a system built for rendering and I believe that it would be possible to increase the number of penetrations and the resolution of the model, how can this be done to at least 200 and 4000, respectively?
They are currently blocked(

@cmore86
Copy link

cmore86 commented Jan 31, 2025

if using gradio....its in the gradio app.py

@Danny-707
Copy link

#46

@NoviceArtisan
Copy link
Contributor

NoviceArtisan commented Feb 6, 2025

This can be closed. #79 added more passes, higher octree, and a new faces menu to adjust the number of faces the model is reduced to during postprocessing. You can manually edit line 247 to 251 in gradio.py if you want to change those limits on your personal install.

In my testing, it's diminishing returns after 150k faces, or 1024 octree.. But feel free to experiment beyond those new limits by changing the lines above, I hit the limits with my GPU and couldn't be bothered to wait 2 hours or more between generations to test for super fine details lol

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

4 participants