https://github.com/shunk031/tango-extensions
Extension modules for https://github.com/allenai/tango
https://github.com/shunk031/tango-extensions
ai2-tango diffusers
Last synced: 7 months ago
JSON representation
Extension modules for https://github.com/allenai/tango
- Host: GitHub
- URL: https://github.com/shunk031/tango-extensions
- Owner: shunk031
- License: mit
- Created: 2023-08-21T09:19:40.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-19T01:48:17.000Z (almost 2 years ago)
- Last Synced: 2025-02-16T11:04:28.907Z (8 months ago)
- Topics: ai2-tango, diffusers
- Language: Python
- Homepage:
- Size: 183 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tango-extensions
[](https://github.com/shunk031/tango-extensions/actions/workflows/ci.yaml)
[](https://github.com/shunk031/tango-extensions/actions/workflows/deploy_and_release.yaml)

[](https://pypi.python.org/pypi/tango-extensions)Extension modules for [`allenai/tango` (ai-2tango)](https://github.com/allenai/tango).
## Installation
tango-extensions is available [on PyPI](https://pypi.org/project/tango-extensions/). Just run:
```shell
pip install tango-extensions
```To install with a specific integration, such as [`diffusers`](https://github.com/huggingface/diffusers) for example, run:
```shell
pip install 'tango-extensions[diffusers]'
pip install 'tango-extensions[albumentations]'# install both diffusers and albumentations extensions
pip install 'tango-extensions[diffusers, albumentations]'
```To install with all integrations, run:
```shell
pip install 'tango-extensions[all]'
```## Available Extensions
| Extension name | Integration path | Details |
|----------------|------------------|---------|
| [`huggingface/diffusers`](https://github.com/huggingface/diffusers) | [tango_ext/integrations/diffusers](https://github.com/shunk031/tango-extensions/tree/master/tango_ext/integrations/diffusers) | [diffusers/format](https://github.com/shunk031/tango-extensions/blob/master/tango_ext/integrations/diffusers/format.py) |
| [`albumentations-team/albumentations`](https://github.com/albumentations-team/albumentations) | [tango_ext/integrations/albumentations](https://github.com/shunk031/tango-extensions/tree/master/tango_ext/integrations/albumentations) |## Acknowledgements
- allenai/tango: Organize your experiments into discrete steps that can be cached and reused throughout the lifetime of your research project. https://github.com/allenai/tango
## License
MIT