-
Notifications
You must be signed in to change notification settings - Fork 346
Open
Description
Hi,
We are using stability-sdk version 0.6.1 to generate images using stable-diffusion-xl-1024-v1-0 model. We got the following connection error. Could you please provide any guidance on how to fix this issue? Thank you!
<_MultiThreadedRendezvous of RPC that terminated with:
status = StatusCode.UNAVAILABLE
details = "connection error: desc = "transport: Error while dialing: dial tcp: lookup stable-diffusion-xl-1024-v1-0.tenant-stabilityai-corweave.svc.tenant.chi.local on 10.135.192.10:53: no such host""
debug_error_string = "UNKNOWN:Error received from peer ipv4:172.64.153.32:443 {created_time:"2024-08-20T17:53:50.365742-04:00", grpc_status:14, grpc_message:"connection error: desc = \"transport: Error while dialing: dial tcp: lookup stable-diffusion-xl-1024-v1-0.tenant-stabilityai-corweave.svc.tenant.chi.local on 10.135.192.10:53: no such host\""}"
>
Reproduction Step
- Use Python
3.11.6andstability-sdkversion:0.6.1 - Generate an image by calling the
client.StabilityInference().generate()with modelstable-diffusion-xl-1024-v1-0 - Receive the error message above
- Sometimes, it will succeed, but in most cases, it will fail with a connection error.
Environment
- OS: MacOS Sonoma Version 14.6.1
- Python:
3.11.6 stability-sdkversion:0.6.1
Potential Root Cause
I suspect that there is a bug in the SDK or the hostname stable-diffusion-xl-1024-v1-0.tenant-stabilityai-corweave.svc.tenant.chi.local
Please let me know if you need more information regarding this issue.
Thanks!
Metadata
Metadata
Assignees
Labels
No labels