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.49k stars 351 forks source link

How to run the inference pipeline with custom random seed? #156

Open xrhan opened 3 months ago

xrhan commented 3 months ago

Hi, thank you for the great work. I wonder how to set the random seed in the pipeline() function, as we can do on the webpage;

images = pipeline(cond, num_inference_steps=20, output_type='pt', guidance_scale=1.0).images Where should we pass in the random seed configuration? Specifically, what config options can the Pipeline take? For instance, whether with segmentation or not.

Thank you.