Datasets:
Merge branch 'main' of https://huggingface.co/datasets/jainr3/diffusiondb-pixelart
Browse files- diffusiondb-pixelart.py +2 -2
diffusiondb-pixelart.py
CHANGED
@@ -56,13 +56,13 @@ for i in _PART_IDS_LARGE:
|
|
56 |
if i < 10001:
|
57 |
_URLS_LARGE[i] = hf_hub_url(
|
58 |
"jainr3/diffusiondb-pixelart",
|
59 |
-
filename=f"diffusiondb-large-part-1/part-{i:06}.zip",
|
60 |
repo_type="dataset",
|
61 |
)
|
62 |
else:
|
63 |
_URLS_LARGE[i] = hf_hub_url(
|
64 |
"jainr3/diffusiondb-pixelart",
|
65 |
-
filename=f"diffusiondb-large-part-2/part-{i:06}.zip",
|
66 |
repo_type="dataset",
|
67 |
)
|
68 |
|
|
|
56 |
if i < 10001:
|
57 |
_URLS_LARGE[i] = hf_hub_url(
|
58 |
"jainr3/diffusiondb-pixelart",
|
59 |
+
filename=f"diffusiondb-pixelart-large-part-1/part-{i:06}.zip",
|
60 |
repo_type="dataset",
|
61 |
)
|
62 |
else:
|
63 |
_URLS_LARGE[i] = hf_hub_url(
|
64 |
"jainr3/diffusiondb-pixelart",
|
65 |
+
filename=f"diffusiondb-pixelart-large-part-2/part-{i:06}.zip",
|
66 |
repo_type="dataset",
|
67 |
)
|
68 |
|