-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
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 1Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels