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

generate image doesn't work. #3261

Open
mac01101101 opened this issue Aug 18, 2024 · 1 comment
Open

generate image doesn't work. #3261

mac01101101 opened this issue Aug 18, 2024 · 1 comment
Labels
bug Something isn't working unconfirmed

Comments

@mac01101101
Copy link

LocalAI version:
LocalAI Version v2.19.4 (af05458

Environment, CPU architecture, OS, and Version:
debian 12, no gpu, inel core i5

Describe the bug
When I try to use text to image I get the error :grpc process not found: /tmp/localai/backend_data/backend-assets/grpc/stablediffusion. some backends(stablediffusion, tts) require LocalAI compiled with GO_TAGS

This is true with model stablediffusion-cpp or hermes-2-theta-llama-3-8b or any other model I tried - same error

it seems the version of lama installed doesn't have GO_TAGS

To Reproduce

Expected behavior

Logs

Additional context

@mac01101101 mac01101101 added bug Something isn't working unconfirmed labels Aug 18, 2024
@neoacevedo
Copy link

neoacevedo commented Nov 25, 2024

For anyone, I'm getting this error:

ERR failed starting/connecting to the gRPC service error="rpc error: code = Unavailable desc = connection error: desc = \"transport: Error while dialing: dial tcp 127.0.0.1:36899: connect: connection refused\""
ERR Server error error="failed to load model with internal loader: grpc service not ready" ip=127.0.0.1 latency=40.033585474s method=POST status=500 url=/v1/images/generations

Checkout the second one: failed to load model with internal loader: grpc service not ready. I have installed from the install.sh, but the same error is raised if I download the binary from github.

This error is also present in #4144, #2336 (althoug this issue is related to chat which isn't the case here), so, maybe, or the documentation for install and using it is so incomplete about the host OS, the GPU or only CPU features are misleading or is any other else.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working unconfirmed
Projects
None yet
Development

No branches or pull requests

2 participants