Skip to content

Commit 7c1fca0

Browse files
chaowenguo0hlky
andauthored
Update examples/community/rerender_a_video.py
Co-authored-by: hlky <[email protected]>
1 parent bf7a666 commit 7c1fca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/community/rerender_a_video.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@ def __call__(
632632
The prompt or prompts to guide the image generation. If not defined, one has to pass `prompt_embeds`.
633633
instead.
634634
frames (`List[np.ndarray]` or `torch.Tensor`): The input images to be used as the starting point for the image generation process.
635-
control_frames (`List[np.ndarray]` or `torch.Tensor`): The ControlNet input images condition to provide guidance to the `unet` for generation or any callable object to convert frame to control_frame.
635+
control_frames (`List[np.ndarray]` or `torch.Tensor` or `Callable`): The ControlNet input images condition to provide guidance to the `unet` for generation or any callable object to convert frame to control_frame.
636636
strength ('float'): SDEdit strength.
637637
num_inference_steps (`int`, *optional*, defaults to 50):
638638
The number of denoising steps. More denoising steps usually lead to a higher quality image at the

0 commit comments

Comments
 (0)