mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-11 23:00:51 +08:00
* Add TLS Support * Add to readme * Add guidance for windows users on generating certificates * Add guidance for windows users on generating certificates * Fix typo
7 lines
100 B
Python
7 lines
100 B
Python
import asyncio
|
|
|
|
from comfy.cmd.main import main
|
|
|
|
if __name__ == "__main__":
|
|
asyncio.run(main())
|