Skip to main content

Reverse Engineered Kandinsky 2.2 API

Project description

kandinsky.py

Reverse Engineered fusion-brain API

Installation

pip install kandinsky.py

Example of usage

from kandinsky import Kandinsky

pipe = Kandinsky(auth_token='your-authorization-token-from-headers')

job = pipe.create(prompt="cat")
result = pipe.wait(job) #b64 string
image = pipe.load(result) #BytesIO object

Project details


Download files

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

Source Distribution

kandinsky.py-2.4.tar.gz (8.1 kB view hashes)

Uploaded Source

Built Distribution

kandinsky.py-2.4-py3-none-any.whl (8.4 kB view hashes)

Uploaded Python 3

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