
    bi                     L    d dl mZ ddlmZmZ  G d de      Z G d de      Zy)	   )	deprecate   )VQEncoderOutputVQModelc                        e Zd Z fdZ xZS )r   c                 B    d}t        dd|       t        |   |i | y )NzImporting `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__s       T/home/cdr/jupyterlab/.venv/lib/python3.12/site-packages/diffusers/models/vq_model.pyr   zVQEncoderOutput.__init__   s,     s#V-@A$)&)    __name__
__module____qualname__r   __classcell__r   s   @r   r   r          * *r   r   c                        e Zd Z fdZ xZS )r   c                 B    d}t        dd|       t        |   |i | y )NzImporting `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   s       r   r   zVQModel.__init__   s+     c)V%89$)&)r   r   r   s   @r   r   r      r   r   r   N)utilsr   autoencoders.vq_modelr   r    r   r   <module>r!      s%     ;*o **g *r   