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
Copy file name to clipboardExpand all lines: packages/tasks/src/tasks/text-to-image/spec/input.json
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@
22
22
"properties": {
23
23
"guidance_scale": {
24
24
"type": "number",
25
-
"description": "For diffusion models. A higher guidance scale value encourages the model to generate images closely linked to the text prompt at the expense of lower image quality."
25
+
"description": "A higher guidance scale value encourages the model to generate images closely linked to the text prompt, but values too high may cause saturation and other artifacts."
26
26
},
27
27
"negative_prompt": {
28
28
"type": "array",
@@ -33,7 +33,7 @@
33
33
},
34
34
"num_inference_steps": {
35
35
"type": "integer",
36
-
"description": "For diffusion models. The number of denoising steps. More denoising steps usually lead to a higher quality image at the expense of slower inference."
36
+
"description": "The number of denoising steps. More denoising steps usually lead to a higher quality image at the expense of slower inference."
37
37
},
38
38
"target_size": {
39
39
"type": "object",
@@ -50,7 +50,11 @@
50
50
},
51
51
"scheduler": {
52
52
"type": "string",
53
-
"description": "For diffusion models. Override the scheduler with a compatible one"
53
+
"description": "Override the scheduler with a compatible one."
54
+
},
55
+
"seed": {
56
+
"type": "integer",
57
+
"description": "Seed for the random number generator."
0 commit comments