mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-06 17:47:07 +08:00
7 lines
153 B
Python
7 lines
153 B
Python
"""
|
|
ComfyUI - The most powerful and modular diffusion model GUI, API and backend.
|
|
"""
|
|
|
|
from comfyui_version import __version__
|
|
|
|
__all__ = ["__version__"] |