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

No longer working

Open Walkercito opened this issue 6 months ago • 0 comments

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

Walkercito avatar Dec 10 '23 23:12 Walkercito