From 4dce4ee9e3050de4bd5f05f5256bda5bbc43750d Mon Sep 17 00:00:00 2001 From: Konstantine Tsafatinos Date: Thu, 9 Jan 2025 21:25:03 -0500 Subject: [PATCH] add txt2txt cli command to pyproject.toml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 22f04ba..3d94d2a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,3 +69,4 @@ txt2img = 'skynet.cli:txt2img' img2img = 'skynet.cli:img2img' upscale = 'skynet.cli:upscale' inpaint = 'skynet.cli:inpaint' +txt2txt = 'skynet.cli:txt2txt'