wintercoming6
commited on
Commit
•
a3224a0
1
Parent(s):
48cc176
Update artwork_for_sdxl.py
Browse files- artwork_for_sdxl.py +3 -1
artwork_for_sdxl.py
CHANGED
@@ -96,4 +96,6 @@ class Artwork(datasets.GeneratorBasedBuilder):
|
|
96 |
yield row.file_name, {
|
97 |
"image_data": img,
|
98 |
"prompt": row.prompt,
|
99 |
-
}
|
|
|
|
|
|
96 |
yield row.file_name, {
|
97 |
"image_data": img,
|
98 |
"prompt": row.prompt,
|
99 |
+
}
|
100 |
+
|
101 |
+
datasets-cli test wintercoming6/artwork_for_sdxl/artwork_for_sdxl.py --save_info --all_configs
|