invoke-ai / InvokeAI

InvokeAI is a leading creative engine for Stable Diffusion models, empowering professionals, artists, and enthusiasts to generate and create visual media using the latest AI-driven technologies. The solution offers an industry leading WebUI, supports terminal use through a CLI, and serves as the foundation for multiple commercial products.
https://invoke-ai.github.io/InvokeAI/
Apache License 2.0
22.28k stars 2.32k forks source link

[enhancement]: Publish Docker Images to a Container Registry #6318

Open MicahZoltu opened 1 month ago

MicahZoltu commented 1 month ago

Is there an existing issue for this?

Contact Details

No response

What should this feature add?

On release, publish the built docker image to a publicly accessible container registry. This can be accomplished quite easily in a GitHub action and published to the GitHub container registry. Alternatively, There are some GitHub actions that make it easy to publish to Docker Hub with API keys as GitHub secrets.

Alternatives

Currently, users have to clone this repository and build the images themselves, which is significantly more effort than just being able to docker image pull ....

Additional Content

Published images make it easier for people to just give InvokeAI a quick try with minimal effort.

p5 commented 1 month ago

It appears the maintainers do publish their containers to GitHub Container Registry already. https://github.com/invoke-ai/InvokeAI/pkgs/container/invokeai

To the maintainers - please can you enable users to see in GitHub these without digging through the build logs. You can do this by clicking the cog icon in the "About" section of the repo and enabling "Packages". image image

IngwiePhoenix commented 1 month ago

Seconded. I would love to put InvokeAI, LocalAI and AnythingLLM into one finite compose deployment. Allows for smooth updating of the core applications and is a great and easy method to do this stuff.