Skip to content

Commit

Permalink
update image description, and add a test
Browse files Browse the repository at this point in the history
  • Loading branch information
anotherjesse committed Oct 26, 2023
1 parent 856b89d commit 02f66dd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion predict.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def predict(
default="",
),
image: Path = Input(
description="initial image (optional)",
description="rather than starting with txt2img generating the first frame, you can send your own (optional)",
default=None,
),
width: int = Input(
Expand Down
12 changes: 12 additions & 0 deletions samples/images.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"zoom": 1.05,
"image": "https://replicate.delivery/pbxt/JfxDhvZy41TsrWdGz4uO5YUpUQkjnndc57u6FQJuAVXl1RHF/moon.jpg",
"steps": 10,
"width": 1024,
"frames": 20,
"height": 1024,
"prompt": "moon rising over clouds and mountains",
"scheduler": "K_EULER",
"guidance_scale": 7.5,
"prompt_strength": 0.8
}

0 comments on commit 02f66dd

Please sign in to comment.