ComfyUI/__init__.py

7 lines
153 B
Python

"""
ComfyUI - The most powerful and modular diffusion model GUI, API and backend.
"""
from comfyui_version import __version__
__all__ = ["__version__"]