wintercoming6 commited on
Commit
a00a183
1 Parent(s): f21a7cb

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
  print(type(path.file_name))
83
  # print current os directory
84
  print(os.getcwd())
85
- img = download_image(self, _image_url+ path.file_name)
86
  yield {
87
  "prompt": path.prompt,
88
  "image_data": img,
 
82
  print(type(path.file_name))
83
  # print current os directory
84
  print(os.getcwd())
85
+ img = self.download_image(_image_url+ path.file_name)
86
  yield {
87
  "prompt": path.prompt,
88
  "image_data": img,