o
    GÆÏiô  ã                   @   s@   d dl mZ ddlmZmZ G dd„ deƒZG dd„ deƒZdS )	é   )Ú	deprecateé   )ÚVQEncoderOutputÚVQModelc                       ó   e Zd Z‡ fdd„Z‡  ZS )r   c                    ó&   d}t dd|ƒ tƒ j|i |¤Ž d S )NzÒImporting `VQEncoderOutput` from `diffusers.models.vq_model` is deprecated and this will be removed in a future version. Please use `from diffusers.models.autoencoders.vq_model import VQEncoderOutput`, instead.r   ú0.31©r   ÚsuperÚ__init__©ÚselfÚargsÚkwargsÚdeprecation_message©Ú	__class__© úM/home/ubuntu/.local/lib/python3.10/site-packages/diffusers/models/vq_model.pyr      ó   zVQEncoderOutput.__init__©Ú__name__Ú
__module__Ú__qualname__r   Ú__classcell__r   r   r   r   r      ó    r   c                       r   )r   c                    r   )NzÂImporting `VQModel` from `diffusers.models.vq_model` is deprecated and this will be removed in a future version. Please use `from diffusers.models.autoencoders.vq_model import VQModel`, instead.r   r   r	   r   r   r   r   r      r   zVQModel.__init__r   r   r   r   r   r      r   r   N)Úutilsr   Úautoencoders.vq_modelr   r   r   r   r   r   Ú<module>   s   