Closed Cyclones-Y closed 2 months ago
is it possible to use the models you published on hugging face in python?
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++
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?
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?
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
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.