ComfyUI-3D-Pack
ComfyUI-3D-Pack copied to clipboard
Use our own images of 4 angles with large multiview gaussian model ?
It would be great if we could use our own images of 4 angles with large multiview gaussian model, someone know how to do it in comfyui ?
Just replace the input images to large multiview gaussian model with your own images and that's it.
For the best result make sure:
- your multiview images height == width
- your images is in correct view order (you can check with preview image node)
I tried but I've a error message when I put the input directly on the multiview gaussian model :
Apparently it's a size problem I've try 512x512 and 256x256 but still the same error message, also is it possible to change the seed ? thanks
I put a image example I've generate with sd if you want to try
You get input size mismatch problem error, because you are loading a single image instead of four images, if you preview the output of the MVDreamer Model node you'll see what it meant,
You need to use load images node instead of load image. something like this:
And put your images inside the corresponding input folder in a correct order
Thanks it's works !
Just a last question do you know how I can change the seed and the inference steps ? thanks
Just a last question do you know how I can change the seed and the inference steps ? thanks
About inference steps, there is no inference steps parameters in LGM, its Asymmetric U-Net did not use denoise but predict gaussians features in one pass.
About seed, I believe we can add seed to the MVDreamer but not LGM (again, since there is no denoise), I'll add it to the project in the next update
Cheers friend, thanks for the effort, have a good day 👍