You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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_TAGSTo Reproduce
Expected behavior
Logs
Additional context
The text was updated successfully, but these errors were encountered: