
    bik                     D    d dl mZ d dlZd dlmZ e G d de             Zy)    )	dataclassN)
BaseOutputc                   0    e Zd ZU dZej
                  ed<   y)SkyReelsV2PipelineOutputa  
    Output class for SkyReelsV2 pipelines.

    Args:
        frames (`torch.Tensor`, `np.ndarray`, or List[List[PIL.Image.Image]]):
            List of video outputs - It can be a nested list of length `batch_size,` with each sub-list containing
            denoised PIL image sequences of length `num_frames.` It can also be a NumPy array or Torch tensor of shape
            `(batch_size, num_frames, channels, height, width)`.
    framesN)__name__
__module____qualname____doc__torchTensor__annotations__     j/home/cdr/jupyterlab/.venv/lib/python3.12/site-packages/diffusers/pipelines/skyreels_v2/pipeline_output.pyr   r      s     LLr   r   )dataclassesr   r   diffusers.utilsr   r   r   r   r   <module>r      s)    !  & z  r   