Skip to content

Commit 10bb144

Browse files
docs: docstring only
1 parent a0b743e commit 10bb144

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/optimum/rbln/diffusers/configurations/models/configuration_unet_spatio_temporal_condition.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def __init__(
3535
If an integer is provided, it's used for both height and width.
3636
in_features (Optional[int]): Number of input features for the model.
3737
num_frames (Optional[int]): The number of frames in the generated video.
38-
**kwargs: Additional arguments passed to the parent RBLNModelConfig.
38+
kwargs: Additional arguments passed to the parent RBLNModelConfig.
3939
4040
Raises:
4141
ValueError: If batch_size is not a positive integer.

src/optimum/rbln/diffusers/configurations/pipelines/configuration_stable_video_diffusion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def __init__(
5454
image_size (Optional[Tuple[int, int]]): Alternative way to specify image dimensions.
5555
Cannot be used together with height/width.
5656
guidance_scale (Optional[float]): Scale for classifier-free guidance.
57-
**kwargs: Additional arguments passed to the parent RBLNModelConfig.
57+
kwargs: Additional arguments passed to the parent RBLNModelConfig.
5858
5959
Raises:
6060
ValueError: If both image_size and height/width are provided.

0 commit comments

Comments
 (0)