Marko Horatio Mekjavic
Marko Horatio Mekjavic
+1: having this feature would be absolutely amazing!!
Does not work anymore :/
Same here... nothing works besides text...
Hi @WenjiaWang0312 , if you want to resolve this issue you must disable the LoRA weights. However, that will only allow you do to text-to-text and not the cross-modality
this is the csv counter script I used: ```bash import csv def count_lines_in_csv(file_path): try: with open(file_path, 'r') as csvfile: # Use csv.reader to iterate over the lines in the CSV...