InvokeAI/ldm/invoke/training
Lincoln Stein 8b7925edf3 fix crash in textual inversion with "num_samples=0" error
-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
2023-02-22 11:29:30 -05:00
..
textual_inversion_training.py fix crash in textual inversion with "num_samples=0" error 2023-02-22 11:29:30 -05:00
textual_inversion.py fix crash in textual inversion with "num_samples=0" error 2023-02-22 11:29:30 -05:00