mirror of
https://github.com/ostris/ai-toolkit.git
synced 2026-02-02 11:59:46 +00:00
Fixed issue with not loading short prompt
This commit is contained in:
@@ -170,7 +170,7 @@ class DataLoaderBatchDTO:
|
||||
trigger=trigger,
|
||||
to_replace_list=to_replace_list,
|
||||
add_if_not_present=add_if_not_present,
|
||||
short_caption=False
|
||||
short_caption=True
|
||||
) for x in self.file_items]
|
||||
|
||||
def cleanup(self):
|
||||
|
||||
Reference in New Issue
Block a user