BFauber

Results 2 issues of BFauber

The `StableDiffusion()` model fails to reproduce the same image when provided with the same `seed` value and `prompt`. This issue is likely linked to inconsistency with the `tf.random.normal()` function. This...

It appears that the `seed` argument is missing from v2* of `StableDiffusionPipeline()`. https://github.com/huggingface/diffusers/blob/main/src/diffusers/pipelines/stable_diffusion/pipeline_stable_diffusion.py#L397 If this is correct, I recommend editing the `generator: Optional[torch.Generator] = None` to include the option of...