blib-la / runpod-worker-comfy

ComfyUI as a serverless API on RunPod
GNU Affero General Public License v3.0
298 stars 205 forks source link

Minimal Docker Image #41

Closed ecornbower closed 3 months ago

ecornbower commented 5 months ago

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 commented 3 months ago

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

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

Please let us know if this is working for you.

TimPietrusky commented 3 months ago

:tada: This issue has been resolved in version 3.0.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket:

ecornbower commented 3 months ago

@TimPietrusky Awesome, thanks so much!

TimPietrusky commented 3 months ago

@ecornbower you are super welcome!