KoushikNavuluri / stable-diffusion-xl-api

Reverse engineered API of Stable Diffusion XL 1.0 ( Midjourney Alternative ), A text-to-image generative AI model that creates beautiful 1024x1024 images.
https://pypi.org/project/sdxl/
MIT License
41 stars 1 forks source link

No longer working #7

Open Walkercito opened 11 months ago

Walkercito commented 11 months ago

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

ghost commented 5 months ago

any solution