mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-10 06:10:50 +08:00
5 lines
71 B
Python
5 lines
71 B
Python
from comfy.cmd.main import main
|
|
|
|
if __name__ == "__main__":
|
|
main()
|