Bhavay Malhotra

Results 88 comments of Bhavay Malhotra

Alright. I will work with that test example.

Hi @standardAI, I will continue now. I am out of shape. Can you pls let me know how to proceed? Thanks

```python import torch from diffusers import DDIMScheduler from diffusers.pipelines import DiffusionPipeline Use the DDIMScheduler scheduler here instead scheduler = DDIMScheduler.from_pretrained("stabilityai/stable-diffusion-2-1", subfolder="scheduler") pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-2-1", custom_pipeline="/workspace/diffusers/examples/community/stable_diffusion_tensorrt_txt2img.py", revision='fp16', torch_dtype=torch.float16, scheduler=scheduler,) # re-use...

Hi @yiyixuxu, I have created a sample draft file based on my understanding of the problem. I would love to discuss over this and edit the file as needed. Please...

Hi @yiyixuxu, soo I need to run this code sample on some online notebook and produce the output right?

Hi @yiyixuxu, I tried running the example you suggested on google colab but it is exploding the memory. Should I run it on my laptop? Will it cause the memory...

Hi @yiyixuxu, could you please review my notebook [here](https://colab.research.google.com/drive/1Z4tjt3J7xKRb6eMmzJMcLXN77_QQjXFT?usp=sharing). I am trying to run the example but the colab memory seems to blow up every time. I am using thr...

Hi @standardAI, didn't get your comment. I need to find some function in `TensorRTStableDiffusionPipeline` that is the same as from `StableDiffusionPipeline` right? You said some function in TensorRT which is...

Hi @standardAI, I have made the changes. Should I try to run the colab notebook again? Why is the memory expanding in that case?