The tests for the https://github.com/invoke-ai/InvokeAI/pull/1384 diffusers branch want to set the default model to a diffusers-compatible version.
Earlier, the tests worked by copying models.yaml.example to models.yaml, and I added a bit to configure_invokeai so it would download the model in the configure file.
but now, though test-invoke-pip still has that create models.yaml from example step in it, the code I added to configure isn't finding a config file during its stage of the test.
Any pointers for how to get back on track here?