Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

404 not found #26

Open
zenafey opened this issue Jun 27, 2023 · 2 comments
Open

404 not found #26

zenafey opened this issue Jun 27, 2023 · 2 comments

Comments

@zenafey
Copy link

zenafey commented Jun 27, 2023

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
@Qewertyy
Copy link
Contributor

yep, ig they stopped this endpoint

@ArshCypherZ
Copy link

yep, ig they stopped this endpoint

qt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants