Skip to main content

API BASED IMAGE GENERATOR PYPI.

Project description

PyPI version
TensorART is a hybrid API for tensor.art. It is able to communicate with Tensor using web-scraping.. It is able to access most used or useful ai features, such as text2img, img2img , upscale, and a lot more.

[!WARNING] This project is probably against TensorART TOS. Use at your own risks.

Installation

  • Install using pip (python 3.11 or higher required, recommended version):
pip install --upgrade TensorART
  • Or from this repo to get the latest fixes/features:
pip install --upgrade git+https://github.com/XZeipher/TensorAI.git
  • Or, for python 3.10 and higher.
pip install --upgrade git+https://github.com/XZeipher/TensorAI.git@py-3.10
  • Or, for even lower python versions, there is automatic branch with several features removed (might be unstable).
pip install --upgrade git+https://github.com/XZeipher/TensorAI.git@compat

Quickstart

[!NOTE] You can find the docs on this project here.

from TensorART import TensorClient
import aiohttp,aiofiles

# Initialise a client
client = TensorClient()

# Create ai image
image_url = await client.create(model_id=1,prompt="blonde girl sitting in garden")

# save image binary data
async with aiohttp.ClientSession as session:
    async with session.get(image_url) as response:
        async with aiofiles.open('image.png','wb') as f:
            await f.write(await response.content)

# image will be saved as image.png

Note

This repository is initiated and maintained by XZeipher

License

TensorART uses GPLv3. See the LICENSE file.

Contributing

Feel free to contribute to this project by submitting feature requests, issues, bugs, or whatever.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

TensorART-1.0.0-py3-none-any.whl (3.0 kB view details)

Uploaded Python 3

File details

Details for the file TensorART-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: TensorART-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 3.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.10.13

File hashes

Hashes for TensorART-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 b0283d70126fd8afdc17950dcc88937460db337aafd2e46e16cd4b435a37b423
MD5 b407d245f7f00fc97d5701ed29ea8052
BLAKE2b-256 1a631ad2c4a7ab66b1cbc7f1bd03bfacf6c620ad9c854c6bf5683886ce12165c

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page