szaimen / aio-local-ai

GNU Affero General Public License v3.0
2 stars 1 forks source link

Stabled Diffusion not working #32

Open KyTDK opened 2 months ago

KyTDK commented 2 months ago

Nextcloud AIO v8.10 on cpu only system Failed: Text2Image generation using provider LocalAI's stable diffusion Text-To-Image failed: OpenAI/LocalAI's text to image generation failed with: API request error: rpc error: code = Unavailable desc = error reading from server: EOF

szaimen commented 1 month ago

Hi, can you check if it works now after I changed the docker tag to v2.16.0-aio-cpu with https://github.com/szaimen/aio-local-ai/pull/41 and pushed a new container update?

thiphariel commented 2 weeks ago

Hi, can you check if it works now after I changed the docker tag to v2.16.0-aio-cpu with #41 and pushed a new container update?

Hello. I have the exact same issue here, and the AIO_COMMUNITY_CONTAINERS: local-ai seems to install a v2 tag image

How can we check if the installed version is the one you pushed last through the AIO interface or maybe directly with some docker commands?

Thanks

szaimen commented 2 weeks ago

It should automatically use the correct one as long as there is no container update shown in the aio interface

thiphariel commented 2 weeks ago

Well, the issue is still there then image

If I call image generation from the assistant (top right), the error is different image

If I look at the log at that moment (sorry for the weird encoding) image

Is there by any chance a need of open ports? It seems to change every time though, so I wonder..