stable-diffusion-xl-api icon indicating copy to clipboard operation
stable-diffusion-xl-api copied to clipboard

Reverse engineered API of Stable Diffusion XL 1.0 ( Midjourney Alternative ), A text-to-image generative AI model that creates beautiful 1024x1024 images.

Results 1 stable-diffusion-xl-api issues
Sort by recently updated
recently updated
newest added

Hyo! The library is no longer working. For example, if you type the basic example you give in the README.md: ```py from sdxl import ImageGenerator client = ImageGenerator() images =...