This PR updates the Stable Diffusion IP-Adapter integration (#13810)
* This PR updates the Stable Diffusion IP-Adapter integration
tests to keep them passing across PyTorch versions. These cases pass on
PyTorch 2.11, but fail on PyTorch 2.12 because torch.randn no longer produces
the same values for the same seed, which changes the generated latents and
breaks the expected image slices.
Signed-off-by: Wang, Yi <yi.a.wang@intel.com>
* adjust xpu expectation
Signed-off-by: Wang, Yi <yi.a.wang@intel.com>
---------
Signed-off-by: Wang, Yi <yi.a.wang@intel.com>
Co-authored-by: dg845 <58458699+dg845@users.noreply.github.com>