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

stable-diffusion-x4-latent-upscaler ID error #98

Open
seungyonglee0802 opened this issue Nov 20, 2023 · 0 comments
Open

stable-diffusion-x4-latent-upscaler ID error #98

seungyonglee0802 opened this issue Nov 20, 2023 · 0 comments

Comments

@seungyonglee0802
Copy link

stability_api = client.StabilityInference(
    key=os.environ["STABILITY_KEY"],
    upscale_engine="stable-diffusion-x4-latent-upscaler",  # esrgan-v1-x2plus
    verbose=True,
)

esrgan-v1-x2plus works but stable-diffusion-x4-latent-upscaler makes error like below

debug_error_string = "UNKNOWN:Error received from peer ipv4:172.64.153.32:443 {created_time:"2023-11-21T01:36:01.677099235+09:00", grpc_status:5, grpc_message:"The specified engine (ID stable-diffusion-x4-latent-upscaler) was not found."}"

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

1 participant