add txt2txt cli command to pyproject.toml

txt2txt
Konstantine Tsafatinos 2025-01-09 21:25:03 -05:00
parent 9c76d82d53
commit 4dce4ee9e3
1 changed files with 1 additions and 0 deletions

View File

@ -69,3 +69,4 @@ txt2img = 'skynet.cli:txt2img'
img2img = 'skynet.cli:img2img'
upscale = 'skynet.cli:upscale'
inpaint = 'skynet.cli:inpaint'
txt2txt = 'skynet.cli:txt2txt'