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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ So, interpolating between the noise from two seeds will not only look cool as a
53
53
54
54
`Upscaler`: Choose upscale method to be applied to the images before made into a video.
55
55
56
-
`Upscale ratio`: How much the images should be upscaled. A value of 1 will disable scaling.
56
+
`Upscale ratio`: How much the images should be upscaled. A value of 0 or 1 will disable scaling.
57
57
58
58
`Bump seed`: If this is set higher than 0, instead of traveling to the destination seeds you will get a number of images based on the initial seed, mixed with the destination seeds. Perfect for when you have an almost perfect image but want to nudge it a little to see if you can improve it.
bump_seed=gr.Slider(label='Bump seed (If > 0 do a Compare Paths but only one image. No video will be generated.)', value=0.0, minimum=0, maximum=1, step=0.01)
0 commit comments