-
Notifications
You must be signed in to change notification settings - Fork 583
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
Gaussiannexport option #40
Comments
You can easily add the gaussianne to the |
I've done modification for this on my end. I plan on pushing the changes to my fork eventually but I can't tell how long that will take, there's a lot of things in motion here. Simplest way to get the gaussian out is to just do this after you have generated the gaussian with pipeline.run: gaussian = outputs['gaussian'][0] but do note that this outputs the gaussian that needs to be rotated later. I have rotation code too but I need to see if it can be made simpler. |
We support Gaussian export now. See https://github.com/microsoft/TRELLIS?tab=readme-ov-file#-updates. |
Do you have recommendations for modifying the web UI to include an 'Export Gaussian' option? I have some transparent objects that look perfect in the MP4 video. It would be great to have the Gaussian option available to experiment with it.
The text was updated successfully, but these errors were encountered: