prodiapy is an unofficial lightweight Python package for Prodia Stable Diffusion API
The minimal ver. of Python supported by this package is 3.8.10
pip install prodiapy
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)
Join our discord to get help with package - https://discord.gg/7NbzdD6qg8