mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-01-22 18:47:56 -05:00
-At some point pathlib was added to the list of imported modules and this broken the os.path code that assembled the sample data set. -Now fixed by replacing os.path calls with Path methods