iceDonkey's picture
Duplicate from nvidia/Cosmos3-Super-Text2Image
03f0acb
Raw
History Blame Contribute Delete
144 Bytes
"""Run the agentic prompt upsampling CLI."""
from agentic_upsampling.run import main
if __name__ == "__main__":
raise SystemExit(main())