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

Minimal Docker Image #41

Closed
ecornbower opened this issue Jun 19, 2024 · 4 comments · Fixed by #46
Closed

Minimal Docker Image #41

ecornbower opened this issue Jun 19, 2024 · 4 comments · Fixed by #46
Labels

Comments

@ecornbower
Copy link

It would be nice to have a pre-built Docker image that does not contain the default models, e.g. built using SKIP_DEFAULT_MODELS=1.

We're using a network volume to store models so we don't need the models baked into the image.

Perhaps it could be tagged as {version}-minimal or similar.

@TimPietrusky
Copy link
Member

@ecornbower we updated the build process and do provide 3 different images now:

  • timpietruskyblibla/runpod-worker-comfy:3.0.0-base: doesn't contain any checkpoints, just a clean ComfyUI image
  • timpietruskyblibla/runpod-worker-comfy:3.0.0-sdxl: contains the checkpoints and VAE for Stable Diffusion XL
  • timpietruskyblibla/runpod-worker-comfy:3.0.0-sd3: contains the medium checkpoint for Stable Diffusion 3

So the one you are looking for is <version>-base!

Please let us know if this is working for you.

@TimPietrusky
Copy link
Member

🎉 This issue has been resolved in version 3.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@ecornbower
Copy link
Author

@TimPietrusky Awesome, thanks so much!

@TimPietrusky
Copy link
Member

@ecornbower you are super welcome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants