wintercoming6 commited on
Commit
f6ef325
1 Parent(s): 7d182f3

Update artwork_for_sdxl.py

Browse files
Files changed (1) hide show
  1. artwork_for_sdxl.py +1 -1
artwork_for_sdxl.py CHANGED
@@ -82,7 +82,7 @@ class Artwork(datasets.GeneratorBasedBuilder):
82
  examples = {}
83
  p=row.prompt
84
  n=row.file_name
85
- examples["image_data"] = n
86
  examples["prompt"] = p
87
  print(examples)
88
  print(row)
 
82
  examples = {}
83
  p=row.prompt
84
  n=row.file_name
85
+ examples["image_data"] = p
86
  examples["prompt"] = p
87
  print(examples)
88
  print(row)