Reverse engineered API of Stable Diffusion XL 1.0 ( Midjourney Alternative ), A text-to-image generative AI model that creates beautiful 1024x1024 images.
Hyo! The library is no longer working. For example, if you type the basic example you give in the README.md:
from sdxl import ImageGenerator
client = ImageGenerator()
images = client.gen_image(
"Vibrant, Headshot of a serene, meditating individual surrounded by soft, ambient lighting.")
print(images)
It will print out this: Error occurred while making the request: 404 Client Error: Not Found for url: https://replicate.com/api/models/stability-ai/sdxl/versions/2b017d9b67edd2ee1401238df49d75da53c523f36e363881e057f5dc3ed3c5b2/predictions None
Hyo! The library is no longer working. For example, if you type the basic example you give in the README.md:
It will print out this:
Error occurred while making the request: 404 Client Error: Not Found for url: https://replicate.com/api/models/stability-ai/sdxl/versions/2b017d9b67edd2ee1401238df49d75da53c523f36e363881e057f5dc3ed3c5b2/predictions None