ComfyUI/main.py
2023-09-13 11:38:20 -04:00

5 lines
71 B
Python

from comfy.cmd.main import main
if __name__ == "__main__":
main()