We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74f023b commit 97241eeCopy full SHA for 97241ee
src/huggingface_hub/inference/_generated/types/image_to_image.py
@@ -30,6 +30,8 @@ class ImageToImageParameters(BaseInferenceType):
30
"""For diffusion models. The number of denoising steps. More denoising steps usually lead to
31
a higher quality image at the expense of slower inference.
32
"""
33
+ prompt: Optional[str] = None
34
+ """The text prompt to guide the image generation."""
35
target_size: Optional[ImageToImageTargetSize] = None
36
"""The size in pixel of the output image."""
37
0 commit comments