Skip to main content

Prodia API Python Wrapper

Project description

prodiapy

This module makes generation of image by Prodia API easier

Installation

pip install prodiapy

For using this script you need to get your Prodia api key, you can make it on https://app.prodia.com/api

Example of txt2img usage

import prodia

key = "your-prodia-key"

client = prodia.Client(api_key=key)

image = client.txt2img(prompt="kittens on cloud", model="dreamlike-diffusion-2.0.safetensors [fdcf65e7]")
print(image)

image variable will be a url of your image

Full Documentation

Feel free to join out Discord server and ask question!

7eacddcb-3a45-4114-b731-3cd7af9522e1

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

prodiapy-3.3.tar.gz (11.2 kB view hashes)

Uploaded Source

Built Distribution

prodiapy-3.3-py3-none-any.whl (13.8 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