wintercoming6 commited on
Commit
e252845
1 Parent(s): 39f8052

Update artwork_for_sdxl.py

Browse files
Files changed (1) hide show
  1. artwork_for_sdxl.py +4 -2
artwork_for_sdxl.py CHANGED
@@ -90,7 +90,9 @@ class Artwork(datasets.GeneratorBasedBuilder):
90
  print(os.getcwd())
91
  img = self.download_image(_image_url+ row.file_name)
92
  print(img)
93
- yield {
94
  "prompt": p,
95
  "image_data": n,
96
- }
 
 
 
90
  print(os.getcwd())
91
  img = self.download_image(_image_url+ row.file_name)
92
  print(img)
93
+ examples={
94
  "prompt": p,
95
  "image_data": n,
96
+ }
97
+ print(examples)
98
+ yield examples