The results are not consistent from one run to another with the same config, given we set seed using seed_everything(). The reason could be the noise generator in stable diffsuion pipeline.
Steps to Reproduce
Run the base configuration for multiple time to verify if the results consistent for the same prompt, seed etc.
Expected Behavior
The results should be the same, from background to the prompt object.
@vishalghor Hi, you could try to uncomment these lines to make torch more deterministic at the cost of speed, but I still cannot assure it could provide exactly the same results.
Description
The results are not consistent from one run to another with the same config, given we set seed using seed_everything(). The reason could be the noise generator in stable diffsuion pipeline.
Steps to Reproduce
Run the base configuration for multiple time to verify if the results consistent for the same prompt, seed etc.
Expected Behavior
The results should be the same, from background to the prompt object.
Environment
Ubunut20.04, Pytorch 1.13, python >3.8