You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`prompt_length`| float | Length of the input text prompt (character count) |`63.0`|
174
+
|`negative_prompt_length`| float | Length of the negative prompt (character count), can be empty |`26.0`|
175
+
|`num_images_per_prompt`| float | Number of images generated per request |`1.0`|
176
+
|`num_inference_steps`| float | Number of diffusion inference steps |`30.0`|
177
+
|`checkpoint_model_version_id`| string | Anonymized base model identifier |`M0000`|
178
+
|`num_lora`| int | Number of LoRA adapters used in the request (0 = base model only) |`0`|
177
179
178
180
## Anonymization Description
179
181
@@ -225,7 +227,6 @@ All data has undergone strict anonymization processing:
225
227
226
228
## Citation
227
229
228
-
229
230
If you use this dataset for analyzing request characteristics of diffusion models, GPU utilization patterns, or queue behavior, please cite our SoCC paper:
0 commit comments