TensorStack-AI / OnnxStack

C# Stable Diffusion using ONNX Runtime
Apache License 2.0
221 stars 33 forks source link

Is there a Python version? #148

Closed Cyclones-Y closed 2 months ago

saddam213 commented 3 months ago

I think Diffusers would be the best option for python https://github.com/huggingface/diffusers

There would be no advantage to an OnnxStack python version as OnnxStack has significantly less features than the python libraries out there.

YongBinnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn commented 1 month ago

is it possible to use the models you published on hugging face in python?

saddam213 commented 1 month ago

is it possible to use the models you published on hugging face in python?

Yes, these are ONNX conversions so are language agnostic , can be use anywhere, python, rust, c++

YongBinnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn commented 1 month ago

is it possible to use the models you published on hugging face in python?

Yes, these are ONNX conversions so are language agnostic , can be use anywhere, python, rust, c++

I am new to those things.

I tried to use diffusers library to load your models but failed.

Do you have any library recommendations?

YongBinnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn commented 1 month ago

is it possible to use the models you published on hugging face in python?

Yes, these are ONNX conversions so are language agnostic , can be use anywhere, python, rust, c++

I am new to those things.

I tried to use diffusers library to load your models but failed.

Do you have any library recommendations?

saddam213 commented 1 month ago

is it possible to use the models you published on hugging face in python?

Yes, these are ONNX conversions so are language agnostic , can be use anywhere, python, rust, c++

I am new to those things.

I tried to use diffusers library to load your models but failed.

Do you have any library recommendations?

Unfortunately I don't know the python language so don't know the libraries that can be used