Closed saphtea closed 11 months 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
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\
See the updated repo. Thanks.
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.