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