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

The Trellis demo bat file returning "unexpected keyword argument kernel size" error. #5

Open
OnlyLAGcanSTOPme opened this issue Dec 30, 2024 · 1 comment

Comments

@OnlyLAGcanSTOPme
Copy link

I ran the demo.bat but getting this error when I pressed the Generate button.

File "XXXXXXXX\Comfy3D_WinPortable_Trellis\Comfy3D_WinPortable\TRELLIS\trellis\renderers\gaussian_render.py", line 73, in render
raster_settings = GaussianRasterizationSettings(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: GaussianRasterizationSettings.new() got an unexpected keyword argument 'kernel_size'

@YanWenKun
Copy link
Owner

YanWenKun commented Dec 30, 2024

This is caused by different variation of diff-gaussian-rasterization used by different projects.

I had tried to merge them into one, but found it more complicated than expected.

For now you can try the new build:
https://github.com/YanWenKun/Comfy3D-WinPortable/releases/tag/r6-pt25

Or you can try re-install the TRELLIS Special build. (The gradio demo shouldn't be throwing 'kernel_size' message, so I wonder it may need a re-install).

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