>>83024128The problem is not with pip install, that's just an automated installer for python modules, but with creating the docker container and what information has to be included in the container. Apparently it needs all the information about how the model should be run in a running script, the model in diffusers format, which part of the model to run and when/how, probably setting up the environment, cuda, and other stuff. No idea really as I'm not using their app locally to know how it functions in the first place.