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
Related to huggingface/huggingface_hub#3399,
some providers or models may ignore this parameter if it's not
supported. This PR updates the docstring to make that clearer and align
it with the one in `huggingface_hub`.
Copy file name to clipboardExpand all lines: packages/tasks/src/tasks/image-to-image/spec/input.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@
38
38
},
39
39
"target_size": {
40
40
"type": "object",
41
-
"description": "The size in pixel of the output image.",
41
+
"description": "The size in pixels of the output image. This parameter is only supported by some providers and for specific models. It will be ignored when unsupported.",
0 commit comments