deroberon / StableZero123-comfyui

StableZero123 is a custom-node implementation for Comfyui that uses the Zero123plus model to generate 3D views using just one image.
135 stars 12 forks source link

[Feature Request] Any way to get the mesh? #3

Open MoonMoon82 opened 6 months ago

MoonMoon82 commented 6 months ago

It would be awesome to get a 3d model to export in any file format like obj, stl or something like that. Does the output need to be uploaded to a photogrammetry program?

deroberon commented 6 months ago

Yes, it would be amazing but right now the model implemented just give us images. I tought about the photogrammetry also, but I don't know if the angles we have (and the precision in the generation) will allow a good 3d reconstruction.

Dobidop commented 6 months ago

Not sure how closely this relates to https://github.com/threestudio-project/threestudio but maybe some of the needed code can be lifted from that?

deroberon commented 6 months ago

Humm... It seems interesting. I have to stop and try to understand the code to see what can be done.