Pixano-inference

Latest version: v0.5.2

Safety actively analyzes 722491 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 4

0.5.2

What's Changed

This release:
- Add the possibility for the asynchronous requests to not send the request to fetch results.
- Improve the sam2 video support by compiling the predictor and accepting video files either as base64, a url, a directory or a list of frames that can be base64 or urls.
- Add examples to the documentation.

Commits
* Improve asynchronous calls by authorizing empty requests by juliendenize in https://github.com/pixano/pixano-inference/pull/30
* fix getting-started link by BertrandRenault in https://github.com/pixano/pixano-inference/pull/31
* Improve sam2 video by accepting file/base64, folder or list of files/base64 by juliendenize in https://github.com/pixano/pixano-inference/pull/32
* Add examples to the documentation by juliendenize in https://github.com/pixano/pixano-inference/pull/33


**Full Changelog**: https://github.com/pixano/pixano-inference/compare/v0.5.1...v0.5.2

0.5.1

What's Changed

Add the Image zero shot detection task.

Also add possibility to make the PixanoInferenceClient work with async calls.

* Add transformers image zero shot detection by juliendenize in https://github.com/pixano/pixano-inference/pull/28
* Feat/client async by juliendenize in https://github.com/pixano/pixano-inference/pull/29


**Full Changelog**: https://github.com/pixano/pixano-inference/compare/v0.5.0...v0.5.1

0.5.0

What's Changed

Pixano-Inference takes now advantage of Redis and Celery to handle requests asynchronously.

The client for now has to loop to retrieve results.

* Add Redis, celery and rework the API and client by juliendenize in https://github.com/pixano/pixano-inference/pull/27


**Full Changelog**: https://github.com/pixano/pixano-inference/compare/v0.4.1...v0.5.0

0.4.1

What's Changed
Corrected typos in the doc and some minor fixes.

New Contributors
* BertrandRenault made their first contribution in https://github.com/pixano/pixano-inference/pull/26

**Full Changelog**: https://github.com/pixano/pixano-inference/compare/v0.4.0...v0.4.1

0.4.0

This is the official release of the 0.4.0 Pixano-Inference.

There is a complete refactor of the library that has now these features:
- A REST API to deploy and call inference models from providers
- Support to Transformers, Sam2 and vLLM providers
- Support to the image mask generation and video mask generation task
- Support to the image text conditional generation task

We will now focus on improving the library to support more tasks and providers, deploy the models efficiently and handle the requests via a queue (for now requests are discarded if the model is busy).

Please note that this is a Work In Progress and a lot of functionalities are experimental and subject to API change.

What's Changed
* Refactor Pixano-inference by juliendenize in https://github.com/pixano/pixano-inference/pull/20
* Add minimal docs by juliendenize in https://github.com/pixano/pixano-inference/pull/21
* Remove sam2 optional dependency for pypi and fix asserts by juliendenize in https://github.com/pixano/pixano-inference/pull/22
* Add py3.13 by juliendenize in https://github.com/pixano/pixano-inference/pull/23
* V0.4.0b2 by juliendenize in https://github.com/pixano/pixano-inference/pull/24
* Feat/improve vllm by juliendenize in https://github.com/pixano/pixano-inference/pull/25

New Contributors
* juliendenize made their first contribution in https://github.com/pixano/pixano-inference/pull/20

**Full Changelog**: https://github.com/pixano/pixano-inference/compare/v0.3.1...v0.4.0

0.4.0b2

What's Changed
Add vLLM provider, a client and perform some improvements for text image conditional generation as well as image mask generation.

* V0.4.0b2 by juliendenize in https://github.com/pixano/pixano-inference/pull/24


**Full Changelog**: https://github.com/pixano/pixano-inference/compare/v0.4.0b1...v0.4.0b2

Page 1 of 4

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.