o
    ¸Ďi  ă                   @   s   d Z ddlZdadd„ ZdS )z¦Centralized MIME type initialization.

Call init_mime_types() once at startup to initialize the MIME type database
and register all custom types used across ComfyUI.
é    NFc                   C   s¨   t rdS da t ˇ  t ddˇ t ddˇ t ddˇ t d	d
ˇ t d	dˇ t ddˇ t ddˇ t ddˇ t ddˇ t ddˇ t ddˇ t ddˇ dS )zwInitialize the MIME type database and register all custom types.

    Safe to call multiple times; only runs once.
    NTz%application/javascript; charset=utf-8z.jsz
image/webpz.webpzimage/svg+xmlz.svgzapplication/safetensorsz.safetensorsz.sftzapplication/pytorchz.ptz.pthzapplication/picklez.ckptz.pklzapplication/ggufz.ggufzapplication/yamlz.yamlz.yml)Ú_initializedÚ	mimetypesÚinitÚadd_type© r   r   ú./mnt/c/Users/fbmor/ComfyUI/utils/mime_types.pyÚinit_mime_types   s    r   )Ú__doc__r   r   r   r   r   r   r   Ú<module>   s    