Files
ComfyUI-DeepFuze/run.py
T
2024-06-13 07:56:13 +05:30

7 lines
90 B
Python
Executable File

#!/usr/bin/env python3
from deepfuze import core
if __name__ == '__main__':
core.cli()