We are integrating Gemini Api in our software. We want to obtain deterministic results. To do so we are testing several scenarios. One of them would be to disable decoration. By decoration i means the geometry of the scene should not be altered!
For example check these two image. First is the source and second is the generated image.
The generated image:
You can see that the circled bottle is not there in the original render. Also a window is created for generated image. We want to disable that current behavior so that only lighting is handled by Gemini Api.
I think this coupled with the temperature and seed parameters that are fed to the api calls should alllow us to reach pure deterministic results!
THANKS!
