Package for using Prodia API
Project description
Description
prodiapy is an unofficial lightweight Python package for Prodia Stable Diffusion API
Pre-requirements
The minimal ver. of Python supported by this package is 3.8.10
Installation
pip install prodiapy
text2img example
from prodiapy import Prodia
prodia = Prodia(
api_key="YOUR_PRODIA_KEY"
)
job = prodia.sd.generate(prompt="cat")
result = prodia.wait(job)
print(result.image_url)
Contact
Join our discord to get help with package - https://discord.gg/7NbzdD6qg8
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
prodiapy-5.1.6.tar.gz
(16.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
prodiapy-5.1.6-py3-none-any.whl
(13.7 kB
view details)
File details
Details for the file prodiapy-5.1.6.tar.gz.
File metadata
- Download URL: prodiapy-5.1.6.tar.gz
- Upload date:
- Size: 16.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d69a7e963791c07169f2f9a1d1c85c3ec0de7ed1c7513d67367efb7fc2711483
|
|
| MD5 |
5e1aceef96a314b06fecb10be25d4442
|
|
| BLAKE2b-256 |
7fcd3d67e067121ade1dabb97a93821326e235d51b2425219cec5a695270da2f
|
File details
Details for the file prodiapy-5.1.6-py3-none-any.whl.
File metadata
- Download URL: prodiapy-5.1.6-py3-none-any.whl
- Upload date:
- Size: 13.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6ae951e0ca5ac0f875013c3cbb8488caeefbeac99ec73fe426bed9d00919cfae
|
|
| MD5 |
f9a70354d30749afa1f82b72ee99db79
|
|
| BLAKE2b-256 |
525ad3b3b1589fb25262aca36d1e8bf30c23580914af8c35d7a4f7610df64fc5
|