Ë
    (täiô  ã                   ó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 )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__s       €úh/Volumes/fast/ai/experiments/MLX_z-image/.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 )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   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   