-
-
Notifications
You must be signed in to change notification settings - Fork 236
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
model / custom node provisioning script #6
Comments
@Dekita It might be a good idea to introduce the network-volume for this case and connect this with Comfy, so that you can put any model you want into the volume and then those will be used instead of the ones that come with the image. See #1 How does this sound? |
yea that sounds like it could work fine. end goal is just to be able to use custom models/loras/workflow nodes etc :) |
yea thats fair, a network volume would likely help a lot for keeping the image size small too :) |
If we could somehow define a 'provisioning' type script that allows for custom models etc to be added to the container image that'd be great! I seem to be having severe issues when trying to manually re-create the image locally :(
Perhaps something similar to the ai-dock runpod images (which is set via an env variable pointing to a github url where the prov script is, see the docker-compose for the project):
https://github.com/ai-dock/comfyui/tree/main/config/provisioning
edit: not really sure if this is possible for during the image build step, might still need to rebuild the image for custom models, but it'd be nice! :D
The text was updated successfully, but these errors were encountered: