diff --git a/predict.py b/predict.py index eae17b0..eba4904 100644 --- a/predict.py +++ b/predict.py @@ -50,7 +50,7 @@ def predict( default=None, ), image: Path = Input( - description="Inital image to generate variations of.", + description="A starting image from which to generate variations (aka 'img2img')" ), prompt_strength: float = Input( description="Prompt strength when providing the image. 1.0 corresponds to full destruction of information in init image",