Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: replicate/cog-stable-diffusion-img2img
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e0f10aa6eaad9612018405afed75baafc3d38228
Choose a base ref
..
head repository: replicate/cog-stable-diffusion-img2img
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7bf089d89fcda9422a23631ddca1d13ac6434c8b
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 predict.py
2 changes: 1 addition & 1 deletion predict.py
Original file line number Diff line number Diff line change
@@ -50,7 +50,7 @@ def predict(
default=None,
),
image: Path = Input(
description="A starting image from which to generate variations (aka "img2img"). If this input is set, the `width` and `height` inputs are ignored and the output will have the same dimensions as the input image."
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",