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/image-to-image/spec/input.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,10 @@
20
20
"title": "ImageToImageParameters",
21
21
"type": "object",
22
22
"properties": {
23
+
"prompt": {
24
+
"type": "string",
25
+
"description": "The text prompt to guide the image generation."
26
+
},
23
27
"guidance_scale": {
24
28
"type": "number",
25
29
"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."
0 commit comments