Suhail

Results 13 issues of Suhail

Is it possible to do this without going from GPU -> CPU -> GPU? Code: ```py vis_images = [self.vis_processors["eval"](Image.fromarray(image.cpu().numpy())).unsqueeze(0).to('cuda').squeeze(0) for image in images] features_image = self.blip2_model.extract_features({"image": torch.stack(vis_images)}, mode="image") ``` extract_features...

Using a DDIM scheduler, I get different results: ![CleanShot 2022-11-27 at 12 30 22](https://user-images.githubusercontent.com/66225/204158153-411c5dac-99d0-4cbb-921e-cd006af744c5.png) Is anyone else getting predictable results with the same seed/scheduler? It makes me think there's a...

It looks like something has changed with diffusers and it doesn't have this param: ![CleanShot 2023-03-05 at 12 36 15](https://user-images.githubusercontent.com/66225/222984522-bd37653a-d593-445b-ad4a-d0c89c351511.png) ![CleanShot 2023-03-05 at 12 37 37](https://user-images.githubusercontent.com/66225/222984581-08659dbb-1097-47ea-9a3d-480f36044a54.png) ![CleanShot 2023-03-05 at 12...