ComfyUI/main.py
2023-08-04 15:44:02 -07:00

5 lines
71 B
Python

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