mirror of
https://github.com/invoke-ai/InvokeAI
synced 2025-07-25 12:55:55 +00: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