Skip to content

404 not found #26

Description

@zenafey

tried this code:

from imaginepy import Imagine
import random
imagine = Imagine()
image = imagine.sdprem(prompt="bird")
rand = random.randint(1, 10000000000)
path = f"./images/_{rand}.jpeg"
with open(path, mode="wb") as img_file:
    img_file.write(image)

it returned error:

httpx.HTTPStatusError: Client error '404 Not Found' for url 'https://inferenceengine.vyro.ai/sdprem'
For more information check: https://httpstatuses.com/404

Process finished with exit code 1

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions