-
Notifications
You must be signed in to change notification settings - Fork 18
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
Stable Diffusion example config results in error #6
Comments
I was able to fix this issue by modifying my inference script. |
I face the same issue when I use the example provided by this document. https://docs.ray.io/en/latest/cluster/kubernetes/examples/stable-diffusion-rayservice.html
|
@ratnopamc could you share how did you fixed it? |
I think example code somehow let the
The existing doc has fixed this problem by using
|
I'm using the Stable Diffusion Configuration and modified it in order to run on an inferentia2 instance.
My inference script is as below
When I send a request to the endpoint like
http://127.0.0.1:8000/imagine?prompt={input}
I get the below errorThe text was updated successfully, but these errors were encountered: