saikrishna2893

Results 22 comments of saikrishna2893

Also observing segmentation fault message being displayed whenever I install pennant or when I run the test. `Segmentation fault Evaluating External Test Dependencies .......................................................................... Phoronix Test Suite v10.8.3 To Install:...

> Latest script can be downloaded here: https://github.com/tianleiwu/diffusers/blob/tlwu/benchmark/scripts/convert_sd_onnx_to_fp16.py > > Example script to convert FP32 to FP16: > > ``` > # You can clone the source code of onnxruntime...

@milesp-nvidia We too face the same problem while testing the cropandresize application from the samples. Got the binary built. Imported the paths for the cvcuda .so files. Execution works fine...

@pcuenca @bes-dev, can you suggest how to convert the stable diffusion v1.4 {CompVis} pytorch model to onnx model or openvino ir. Thanks

> How to convert the stable diffusion v1.4 {CompVis} pytorch model to onnx model: https://github.com/huggingface/diffusers/blob/main/scripts/convert_stable_diffusion_checkpoint_to_onnx.py `python convert_stable_diffusion_checkpoint_to_onnx.py --model_path="./diffusers_model" --output_path="./onnx_model"` > > How to Clone stable diffusion v1.4 Onnx Model from...

> @saikrishna2893 sorry, the OpenVINO runtime is not fully supported for Stable Diffusion yet, only `CPUExecutionProvider` is tested for CPU inference. For better support we will soon switch to an...

> > > @saikrishna2893 sorry, the OpenVINO runtime is not fully supported for Stable Diffusion yet, only `CPUExecutionProvider` is tested for CPU inference. For better support we will soon switch...

@kleiti I have tried copying the weights.pb file to the folder where the script is run from, still observing the same issue.

> @saikrishna2893 I gave this a try in a clean virtualenv and was able to run it fairly quickly. There are updates to below modules: pip install onnxruntime-openvino=1.13.1 pip install...

@kleiti In new environment with above mentioned versions when I tested out, I observe this following error. Using python 3.9. ![image (4)](https://user-images.githubusercontent.com/84713792/213776948-18cb0105-c330-4d78-a798-383af9f9a919.png)