Commit
•
0dff752
1
Parent(s):
9296813
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -64,15 +64,15 @@ The examples have the following structure per configuration:
|
|
64 |
{
|
65 |
"images": [
|
66 |
{
|
67 |
-
"path": "artifacts/
|
68 |
},
|
69 |
{
|
70 |
-
"path": "artifacts/
|
71 |
}
|
72 |
],
|
73 |
"models": [
|
74 |
-
"black-forest-labs/FLUX.1-
|
75 |
-
"
|
76 |
],
|
77 |
"prompt": "intelligence"
|
78 |
}
|
@@ -102,7 +102,7 @@ ds = load_dataset("dvilasuero/img-prefs-distilabel-artifacts-sample")
|
|
102 |
## Artifacts
|
103 |
|
104 |
|
105 |
-
* **Step**: `
|
106 |
|
107 |
* **Artifact name**: `images`
|
108 |
|
@@ -112,7 +112,7 @@ ds = load_dataset("dvilasuero/img-prefs-distilabel-artifacts-sample")
|
|
112 |
|
113 |
|
114 |
|
115 |
-
* **Step**: `
|
116 |
|
117 |
* **Artifact name**: `images`
|
118 |
|
|
|
64 |
{
|
65 |
"images": [
|
66 |
{
|
67 |
+
"path": "artifacts/flux_schnell/images/90b884933d23c4d57ca01dbe2898d405.jpeg"
|
68 |
},
|
69 |
{
|
70 |
+
"path": "artifacts/flux_dev/images/90b884933d23c4d57ca01dbe2898d405.jpeg"
|
71 |
}
|
72 |
],
|
73 |
"models": [
|
74 |
+
"black-forest-labs/FLUX.1-schnell",
|
75 |
+
"black-forest-labs/FLUX.1-dev"
|
76 |
],
|
77 |
"prompt": "intelligence"
|
78 |
}
|
|
|
102 |
## Artifacts
|
103 |
|
104 |
|
105 |
+
* **Step**: `flux_dev`
|
106 |
|
107 |
* **Artifact name**: `images`
|
108 |
|
|
|
112 |
|
113 |
|
114 |
|
115 |
+
* **Step**: `flux_schnell`
|
116 |
|
117 |
* **Artifact name**: `images`
|
118 |
|