xxlong0 / Wonder3D

Single Image to 3D using Cross-Domain Diffusion for 3D Generation
https://www.xxlong.site/Wonder3D/
GNU Affero General Public License v3.0
4.8k stars 385 forks source link

Gradio App Images Don't Output or Save in the Format Required by Instant-NSR #53

Closed saphtea closed 11 months ago

saphtea commented 1 year ago

When I run a single image on the gradio app, there's no way to get the images generated with the proper filenames for Instant-NSR.

saphtea commented 1 year ago

I would recommend just adding a "project name" to the gradio web ui that outputs the generated images to that project folder in outputs

kotaxyz commented 1 year ago

i heard someone says it outputs in the temp folder of windows but i haven't checked it myself ,open run and type %temp% to check for it ,as the gradio is for only testing the correct way to create images for instant-nsr is to go to config folder and edit this file mvdiffusion-joint-ortho-6views.yaml
in line 11 edit filepaths: ['owl.png'] to the image name you put in example_images folder so if you have cat.png it will be filepaths: ['cat.png'] save the file and run this command accelerate launch --config_file 1gpu.yaml test_mvdiffusion_seq.py --config mvdiffusion-joint-ortho-6views.yaml it will output folder with the name cat in this directory wonder\outputs\cropsize-192-cfg3.0\

flamehaze1115 commented 11 months ago

See the updated repo. Thanks.