
    
3jV                     d    S SK Jr  S SKrS SKJr  \ " S S\5      5       r\ " S S\5      5       rg)    )	dataclassN)
BaseOutputc                   8    \ rS rSr% Sr\R                  \S'   Srg)KandinskyPipelineOutput   a  
Output class for kandinsky video 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)`.
frames N	__name__
__module____qualname____firstlineno____doc__torchTensor__annotations____static_attributes__r	       h/home/wildlama/miniconda3/lib/python3.13/site-packages/diffusers/pipelines/kandinsky5/pipeline_output.pyr   r      s     LLr   r   c                   8    \ rS rSr% Sr\R                  \S'   Srg)KandinskyImagePipelineOutput   ai  
Output class for kandinsky image pipelines.

Args:
    image (`torch.Tensor`, `np.ndarray`, or list[PIL.Image.Image]):
        List of image outputs - It can be a nested list of length `batch_size,` with each sub-list containing
        denoised PIL image. It can also be a NumPy array or Torch tensor of shape `(batch_size, channels, height,
        width)`.
imager	   Nr
   r	   r   r   r   r      s     <<r   r   )dataclassesr   r   diffusers.utilsr   r   r   r	   r   r   <module>r      sD    !  & j   :  r   