mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-06 17:24:55 -05:00
- implement the following pattern for finding data files under both regular and editable install conditions: import invokeai.foo.bar as bar path = bar.__path__[0] - this *seems* to work reliably with Python 3.9. Testing on 3.10 needs to be performed.