ComfyUI/main.py
2023-08-11 05:13:03 -04:00

5 lines
71 B
Python

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