Closed digitaljohn closed 9 months ago
Nice! Do you know if any of the custom nodes download any models on the fly?
Likely yes, want me to identify?
That would be amazing, yes.
Looks like its just these models:
Hmm, it looks like a few things happen when you first start the impact pack:
I'm adding some code to automatically copy the config when importing the custom node, rather than generating it, and will take from there.
Do you have some example impact pack workflows I can test with?
This also poses a problem: https://github.com/ltdrdata/ComfyUI-Impact-Pack/blob/43bca637c236aef6d9749f04d9917cac9ff3ff34/__init__.py#L36
The .dockerignore purposefully ignores all .git
directories as they're weight we don't need in the container. This will always attempt to delete the subpack path.
I've decided to fork the main repo and comment out the troublesome parts: https://github.com/ltdrdata/ComfyUI-Impact-Pack/compare/Main...fofr:ComfyUI-Impact-Pack:Main
Closes #13